* [bug#39860] [PATCH] gnu: elixir: Update to 1.10.2.
@ 2020-03-01 18:47 Oskar Köök
2020-03-03 9:57 ` bug#39860: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Oskar Köök @ 2020-03-01 18:47 UTC (permalink / raw)
To: 39860
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 0001-gnu-elixir-Update-to-1.10.2.patch --]
[-- Type: text/x-patch, Size: 1112 bytes --]
From 426bec5cd766641dcca06ed262c2b37972f5010c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= <oskarkook@maatriks.ee>
Date: Sun, 1 Mar 2020 20:44:43 +0200
Subject: [PATCH] gnu: elixir: Update to 1.10.2.
* gnu/packages/elixir.scm (elixir): Update to 1.10.2.
---
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 9aa693ff3a..a52b31f22d 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.10.0")
+ (version "1.10.2")
(source
(origin
(method git-fetch)
@@ -42,7 +42,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fz22c2jqqm2jvzxar11bh1djg3kqdn5rbxdddlz0cv6mfz7hvgv"))
+ (base32 "04yi1hljq7ii9flh6pmb5411z7q1bdq9f9sq8323k9hm1f5jwkx6"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-03 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-01 18:47 [bug#39860] [PATCH] gnu: elixir: Update to 1.10.2 Oskar Köök
2020-03-03 9:57 ` bug#39860: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).