diff options
| author | Igor Goryachev via Guix-patches via <guix-patches@gnu.org> | 2024-06-13 09:17:54 +0300 |
|---|---|---|
| committer | Andrew Tropin <andrew@trop.in> | 2024-06-20 14:22:57 +0400 |
| commit | 58ebd2402f0c84c264b5fc974a3cf866865037fb (patch) | |
| tree | 7569fe33bd71a3466b111c8637c8eb01cce87998 /gnu | |
| parent | c70969bca5bfdbe438548a3c910a0e840b4e118e (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/elixir.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 6f423d12a34..7675b38ffb8 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm | |||
| @@ -139,7 +139,7 @@ being successfully used in web development and the embedded software domain.") | |||
| 139 | (define-public elixir-hex | 139 | (define-public elixir-hex |
| 140 | (package | 140 | (package |
| 141 | (name "elixir-hex") | 141 | (name "elixir-hex") |
| 142 | (version "2.0.5") | 142 | (version "2.1.1") |
| 143 | (source | 143 | (source |
| 144 | (origin | 144 | (origin |
| 145 | (method git-fetch) | 145 | (method git-fetch) |
| @@ -149,7 +149,7 @@ being successfully used in web development and the embedded software domain.") | |||
| 149 | (file-name (git-file-name name version)) | 149 | (file-name (git-file-name name version)) |
| 150 | (sha256 | 150 | (sha256 |
| 151 | (base32 | 151 | (base32 |
| 152 | "1kvczwvij58kgkhak68004ap81pl26600bczg21mymy2sypkgxmj")))) | 152 | "0fmrbl7dj8ndq1z7h13qgx3cv7vw3b1zf6krdrahcmx43bcdsix4")))) |
| 153 | ;; The mix-build-system assumes that Hex exists. | 153 | ;; The mix-build-system assumes that Hex exists. |
| 154 | ;; We build Hex using the gnu-build-system. | 154 | ;; We build Hex using the gnu-build-system. |
| 155 | ;; Other Elixir packages use the mix-build-system. | 155 | ;; Other Elixir packages use the mix-build-system. |
