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
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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