diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | e222d9192aa0b7d169cf9db6b82191a6a3ece817 (patch) | |
tree | 91bda91a1f50ac9312519723544f1de732a3cac9 | |
parent | 54a5d07aa5127bf0abd8524a698b4252f078e165 (diff) | |
download | guix-e222d9192aa0b7d169cf9db6b82191a6a3ece817.tar.gz guix-e222d9192aa0b7d169cf9db6b82191a6a3ece817.zip |
gnu: reprotest: Update to 0.7.26.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.26.
-rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 5275f34a73..86f0c779ef 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -243,7 +243,7 @@ install.") (define-public reprotest (package (name "reprotest") - (version "0.7.23") + (version "0.7.26") (source (origin (method git-fetch) @@ -252,7 +252,7 @@ install.") (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 |