3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: elixir: Update to 1.10.3.

* gnu/packages/elixir.scm (elixir): Update to 1.10.3.
This commit is contained in:
Oskar Köök 2020-04-25 13:31:19 +03:00 committed by Nicolas Goaziou
parent 813a88bb5a
commit 731e92f0f8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33,7 +33,7 @@
(define-public elixir
(package
(name "elixir")
(version "1.10.2")
(version "1.10.3")
(source
(origin
(method git-fetch)
@ -42,7 +42,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04yi1hljq7ii9flh6pmb5411z7q1bdq9f9sq8323k9hm1f5jwkx6"))
(base32 "18bqqqzvhr1zj491wc3d36a310mg1wcs12npp70zfmgqrc60q65a"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments