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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Fabio Natali <me <at> fabionatali.com>
Subject: bug#66370: closed (Re: [bug#66370] [PATCH] gnu: guile-proba:
 Update to 0.3.1.)
Date: Wed, 11 Oct 2023 11:57:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66370: [PATCH] gnu: guile-proba: Update to 0.3.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66370 <at> debbugs.gnu.org.

-- 
66370: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66370
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Luis Felipe <luis.felipe.la <at> protonmail.com>
Cc: 66370-done <at> debbugs.gnu.org, Fabio Natali <me <at> fabionatali.com>,
 guix-patches <at> gnu.org
Subject: Re: [bug#66370] [PATCH] gnu: guile-proba: Update to 0.3.1.
Date: Wed, 11 Oct 2023 12:55:26 +0100
[Message part 3 (text/plain, inline)]
Luis Felipe via Guix-patches via <guix-patches <at> gnu.org> writes:

> It looks good to me. Thanks a lot Fabio.

Thanks both, I've pushed this to master as
378dfcf306cd1f5e38f973f7bc8fa0a018c7c81a.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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.