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 @@ (define (bin command)
(define-public reprotest
(package
(name "reprotest")
(version "0.7.26")
(version "0.7.27")
(source
(origin
(method git-fetch)
@ -262,7 +262,7 @@ (define-public reprotest
(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