me
/
guix
Archived
1
0
Fork 0

gnu: elixir: Update to 1.17.2.

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

Change-Id: Ief8898ec4d48af09ea4f270787b79398ff24f9fa
Signed-off-by: Andrew Tropin <andrew@trop.in>
Igor Goryachev via Guix-patches via 2024-07-07 11:42:45 +03:00 committed by Andrew Tropin
parent 087bd6916d
commit 2bc4590a07
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.17.1")
(version "1.17.2")
(source
(origin
(method git-fetch)
@ -50,7 +50,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1nav5mv52l2sd37rhdnr4scqfnnnb04r481qabdqvfmfdvikxc3b"))
(base32 "063pfz6ljy22b4nyvk8pi8ggqb6nmzqcca08vnl3h9xgh1zzddpj"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments