1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: reprotest: Update to 0.7.27.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.27.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Vagrant Cascadian
2024-04-19 11:25:52 -07:00
committed by Christopher Baines
parent af969a594a
commit f006dc5d74

View File

@@ -253,7 +253,7 @@ install.")
(define-public reprotest
(package
(name "reprotest")
(version "0.7.26")
(version "0.7.27")
(source
(origin
(method git-fetch)
@@ -262,7 +262,7 @@ install.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
(base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
(inputs
(list python-debian python-distro python-libarchive-c python-rstr))
(native-inputs