all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40841] [PATCH] gnu: elixir: Update to 1.10.3.
@ 2020-04-25 10:34 Oskar Köök
  2020-04-25 20:34 ` bug#40841: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Oskar Köök @ 2020-04-25 10:34 UTC (permalink / raw)
  To: 40841

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



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

From 18a134c0cf034d954d944167ae784e191f3fe003 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= <oskarkook@maatriks.ee>
Date: Sat, 25 Apr 2020 13:31:19 +0300
Subject: [PATCH] gnu: elixir: Update to 1.10.3.

* gnu/packages/elixir.scm (elixir): Update to 1.10.3.
---
 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 a52b31f22d..6f744af2f1 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
 (define-public elixir
   (package
     (name "elixir")
-    (version "1.10.2")
+    (version "1.10.3")
     (source
      (origin
        (method git-fetch)
@@ -42,7 +42,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04yi1hljq7ii9flh6pmb5411z7q1bdq9f9sq8323k9hm1f5jwkx6"))
+        (base32 "18bqqqzvhr1zj491wc3d36a310mg1wcs12npp70zfmgqrc60q65a"))
        (patches (search-patches "elixir-path-length.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.26.0


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

* bug#40841: [PATCH] gnu: elixir: Update to 1.10.3.
  2020-04-25 10:34 [bug#40841] [PATCH] gnu: elixir: Update to 1.10.3 Oskar Köök
@ 2020-04-25 20:34 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-25 20:34 UTC (permalink / raw)
  To: Oskar Köök; +Cc: 40841-done

Hello,

Oskar Köök <oskar@maatriks.ee> writes:

> From 18a134c0cf034d954d944167ae784e191f3fe003 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= <oskarkook@maatriks.ee>
> Date: Sat, 25 Apr 2020 13:31:19 +0300
> Subject: [PATCH] gnu: elixir: Update to 1.10.3.

Applied. Thank you!

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-04-25 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 10:34 [bug#40841] [PATCH] gnu: elixir: Update to 1.10.3 Oskar Köök
2020-04-25 20:34 ` bug#40841: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.