[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: elixir: Update to 1.10.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: elixir: Update to 1.10.4. |
Date: |
Mon, 06 Jul 2020 04:33:56 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7f32c61 gnu: elixir: Update to 1.10.4.
7f32c61 is described below
commit 7f32c61e9425acdc8175a00e734fe79d5c5b03c9
Author: Oskar Köök <oskar@maatriks.ee>
AuthorDate: Sun Jul 5 19:56:55 2020 +0200
gnu: elixir: Update to 1.10.4.
* gnu/packages/elixir.scm (elixir): Update to 1.10.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/elixir.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 0613acf..b034400 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.10.3")
+ (version "1.10.4")
(source
(origin
(method git-fetch)
@@ -42,7 +42,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "18bqqqzvhr1zj491wc3d36a310mg1wcs12npp70zfmgqrc60q65a"))
+ (base32 "16j4rmm3ix088fvxhvyjqf1hnfg7wiwa87gml3b2mrwirdycbinv"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: elixir: Update to 1.10.4.,
guix-commits <=