gnu: reprotest: Update to 0.7.21.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21.
This commit is contained in:
Vagrant Cascadian 2022-08-10 19:55:18 -07:00 committed by Vagrant Cascadian
parent 04ef952a49
commit f030ae422b
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -246,7 +246,7 @@ (define-public diffoscope
(define-public reprotest
(package
(name "reprotest")
(version "0.7.20")
(version "0.7.21")
(source
(origin
(method git-fetch)
@ -256,7 +256,7 @@ (define-public reprotest
(file-name (git-file-name name version))
(sha256
(base32
"0c3nyiha9gh1xzl0dn9ji2yqa8y06d83v84pz0dqanihm40ljjsm"))))
"1jmnp6dwd91w00vfvph89cvgxwk0nvij8his9az5b72265jf9bxz"))))
(inputs
(list python-debian python-distro python-libarchive-c python-rstr))
(native-inputs