unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37912] [PATCH] gnu: elixir: Update to 1.9.2.
@ 2019-10-24 20:45 Oskar Köök
  2019-10-25 12:16 ` Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Oskar Köök @ 2019-10-24 20:45 UTC (permalink / raw)
  To: 37912


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 153 bytes --]

[-- Attachment #2: 0001-gnu-elixir-Update-to-1.9.2.patch --]
[-- Type: text/x-patch, Size: 1109 bytes --]

From bfbd16af6aaf3d2685f01fa8059a220485e830ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= <oskarkook@maatriks.ee>
Date: Thu, 24 Oct 2019 23:37:38 +0300
Subject: [PATCH] gnu: elixir: Update to 1.9.2.

* gnu/packages/elixir.scm (elixir): Update to 1.9.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 88ada71aea..d3f30c624e 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
 (define-public elixir
   (package
     (name "elixir")
-    (version "1.8.2")
+    (version "1.9.2")
     (source
      (origin
        (method git-fetch)
@@ -42,7 +42,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n77cpcl2b773gmj3m9s24akvj9gph9byqbmj2pvlsmby4aqwckq"))
+        (base32 "19yn6nx6r627f5zbyc7ckgr96d6b45sgwx95n2gp2imqwqvpj8wc"))
        (patches (search-patches "elixir-path-length.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-17 18:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 20:45 [bug#37912] [PATCH] gnu: elixir: Update to 1.9.2 Oskar Köök
2019-10-25 12:16 ` Mathieu Othacehe
2019-10-31 14:35 ` Oskar Köök
2019-10-31 22:54   ` Marius Bakke
2019-11-01 13:45     ` Oskar Köök
2019-11-16 16:34       ` bug#37912: " Ludovic Courtès
2019-11-16 19:01         ` [bug#37912] " Oskar Köök
2019-11-17 18:29         ` Marius Bakke
2019-11-01 14:09 ` Oskar Köök
2019-11-03 16:52   ` Marius Bakke

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).