GNU bug report logs - #71707
[PATCH 00/15] Updates and fixes for elixir and dependents

Previous Next

Package: guix-patches;

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

Date: Fri, 21 Jun 2024 18:52:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Igor Goryachev <igor <at> goryachev.org>
To: 71707 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#71707] [PATCH v4 07/15] gnu: elixir-file-system: Update to 1.0.0.
Date: Tue,  2 Jul 2024 09:55:09 +0300
* gnu/packages/elixir-xyz.scm (elixir-file-system): Update to 1.0.0.

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

diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index 147eedb50b..b1ce5fc976 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -122,13 +122,13 @@ (define-public elixir-jason
 (define-public elixir-file-system
   (package
     (name "elixir-file-system")
-    (version "0.2.10")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri name version))
        (sha256
-        (base32 "1p0myxmnjjds8bbg69dd6fvhk8q3n7lb78zd4qvmjajnzgdmw6a1"))
+        (base32 "0vakv2hmqcj0ijxlbh8bvdwislxrvpcfxvracq7a3idfcqnhjlk7"))
        (snippet #~(begin
                     (use-modules (guix build utils) (ice-9 ftw))
                     (mkdir "source")
-- 
2.45.2





This bug report was last modified 319 days ago.

Previous Next


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