gnu: elixir-hex: Update to 2.1.1.
* gnu/packages/elixir.scm (elixir-hex): Update to 2.1.1. Change-Id: I0b91b2b0d0bd72be2d7e7419f3a9ceec1f4eb4ed Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
c70969bca5
commit
58ebd2402f
|
@ -139,7 +139,7 @@ being successfully used in web development and the embedded software domain.")
|
||||||
(define-public elixir-hex
|
(define-public elixir-hex
|
||||||
(package
|
(package
|
||||||
(name "elixir-hex")
|
(name "elixir-hex")
|
||||||
(version "2.0.5")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -149,7 +149,7 @@ being successfully used in web development and the embedded software domain.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kvczwvij58kgkhak68004ap81pl26600bczg21mymy2sypkgxmj"))))
|
"0fmrbl7dj8ndq1z7h13qgx3cv7vw3b1zf6krdrahcmx43bcdsix4"))))
|
||||||
;; The mix-build-system assumes that Hex exists.
|
;; The mix-build-system assumes that Hex exists.
|
||||||
;; We build Hex using the gnu-build-system.
|
;; We build Hex using the gnu-build-system.
|
||||||
;; Other Elixir packages use the mix-build-system.
|
;; Other Elixir packages use the mix-build-system.
|
||||||
|
|
Reference in New Issue