GNU bug report logs - #66370
[PATCH] gnu: guile-proba: Update to 0.3.1.

Previous Next

Package: guix-patches;

Reported by: Fabio Natali <me <at> fabionatali.com>

Date: Fri, 6 Oct 2023 12:31:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


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

From: Fabio Natali <me <at> fabionatali.com>
To: guix-patches <at> gnu.org
Cc: luis.felipe.la <at> protonmail.com, Fabio Natali <me <at> fabionatali.com>
Subject: [PATCH] gnu: guile-proba: Update to 0.3.1.
Date: Fri,  6 Oct 2023 13:23:28 +0100
* gnu/packages/check.scm (guile-proba): Update to 0.3.1.
---
Hi! 👋

This is to update Guile Probá to 0.3.1. (See mention of this here⁰.)

Hope it looks ok. 🙏

Cheers, Fabio.

[0] https://issues.guix.gnu.org/66336#1


 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5af3b49280..1e4edd5b6e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3548,7 +3548,7 @@ (define-public python-pytest-regressions
 (define-public guile-proba
   (package
     (name "guile-proba")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -3557,7 +3557,7 @@ (define-public guile-proba
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mjnrbb6gv5f95i1ihn75yh7ya445pcnj13cy34x2v58h9n2r80s"))))
+        (base32 "17ab304ylylm9z980ij5lv188inx6331r1mn1s7qrlxly9fzx888"))))
     (build-system guile-build-system)
     (inputs (list bash-minimal guile-3.0))
     (native-inputs (list texinfo))

base-commit: 1b5067c0d002c5d019ab69c5fbc22fac68acda3d
-- 
2.41.0





This bug report was last modified 1 year and 222 days ago.

Previous Next


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