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 (define-public reprotest
(package (package
(name "reprotest") (name "reprotest")
(version "0.7.20") (version "0.7.21")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -256,7 +256,7 @@ (define-public reprotest
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0c3nyiha9gh1xzl0dn9ji2yqa8y06d83v84pz0dqanihm40ljjsm")))) "1jmnp6dwd91w00vfvph89cvgxwk0nvij8his9az5b72265jf9bxz"))))
(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