GNU bug report logs - #71527
[PATCH 00/20] Update erlang, elixir things, add xxkb.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Thu, 13 Jun 2024 05:24:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


Message #38 received at 71527 <at> debbugs.gnu.org (full text, mbox):

From: Igor Goryachev <igor <at> goryachev.org>
To: 71527 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>
Subject: [PATCH 12/20] gnu: erlang-relx: Update to 4.9.0.
Date: Thu, 13 Jun 2024 09:17:49 +0300
* gnu/packages/erlang.scm (erlang-relx): Update to 4.9.0.

Change-Id: I6e767f7c54d182566db6865b28a7a6e1e864ba9c
---
 gnu/packages/erlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 8f153af0f2..643db8abe0 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -565,13 +565,13 @@ (define-public erlang-providers
 (define-public erlang-relx
   (package
     (name "erlang-relx")
-    (version "4.6.0")
+    (version "4.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "relx" version))
        (sha256
-        (base32 "02gmfx1vxg9m3mq4njsqhs4972l4nb8m5p1pdcf64g09ccf17y1g"))))
+        (base32 "1iamihsd3gi82sc7169rx5730drvgm0n4k7clg75pap79b6pgjqj"))))
     (build-system rebar-build-system)
     (propagated-inputs
      (list erlang-bbmustache))
-- 
2.45.1





This bug report was last modified 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.