gnu: guile-proba: Update to 0.3.1.

* gnu/packages/check.scm (guile-proba): Update to 0.3.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I7cc9708078fee14723eec90e4ce45d2beb3a01d0
This commit is contained in:
Fabio Natali 2023-10-06 13:23:28 +01:00 committed by Christopher Baines
parent 0024ef320e
commit 378dfcf306
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -3548,7 +3548,7 @@ that can be used to verify that future runs produce the same data.")
(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 @@ that can be used to verify that future runs produce the same data.")
(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))