me
/
guix
Archived
1
0
Fork 0

gnu: elixir: Update to 1.17.1.

* gnu/packages/elixir.scm (elixir): Update to 1.17.1.

Change-Id: Iad374439bc79c9dbef29c38ec2de19d9e8ea963b
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev 2024-07-02 09:55:05 +03:00 committed by Andrew Tropin
parent fdfdb15539
commit 47ab8444bf
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
(define-public elixir
(package
(name "elixir")
(version "1.16.3")
(version "1.17.1")
(source
(origin
(method git-fetch)
@ -50,7 +50,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0db1f6p8409ld81lfd9ln9ir4v55h48lzsbd91jz0hns7ninlh2r"))
(base32 "1nav5mv52l2sd37rhdnr4scqfnnnb04r481qabdqvfmfdvikxc3b"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments