gnu: reprotest: Update to 0.7.26.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.26.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-30 02:00:00 +02:00
parent 54a5d07aa5
commit e222d9192a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -243,7 +243,7 @@ (define (bin command)
(define-public reprotest
(package
(name "reprotest")
(version "0.7.23")
(version "0.7.26")
(source
(origin
(method git-fetch)
@ -252,7 +252,7 @@ (define-public reprotest
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0hkzh4i3c5hrbvdkhbmwm5vmb4msnlm5rvhjin6h2ni40kix69g0"))))
(base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
(inputs
(list python-debian python-distro python-libarchive-c python-rstr))
(native-inputs