mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +02:00
gnu: elixir: Update to 1.18.4.
* gnu/packages/elixir.scm (elixir): Update to 1.18.4. Change-Id: Id9fbb0311309c5a2c06a41e8da84876fa94995c9 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
c60aba8422
commit
5ab95f9e59
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
(define-public elixir
|
||||
(package
|
||||
(name "elixir")
|
||||
(version "1.18.3")
|
||||
(version "1.18.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -50,7 +50,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03d2ha0ykrxwfzj1w7wvapc0w3nm1xchl1m9m7r287anh3wbazwc"))
|
||||
(base32 "0861h06x1594jsqq21lkmd96yvlfhfngrrxm6fwpqifzw4ij02iz"))
|
||||
(patches (search-patches "elixir-path-length.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue