summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2021-10-24 17:19:42 -0700
committerVagrant Cascadian <vagrant@debian.org>2021-10-24 17:28:46 -0700
commitfb3b26b2ab73a2f0da4a3f3ae6e00ce098f9e610 (patch)
treeee3ff3cbeeade90aee99743ce15ab4a4531eabfd /gnu/packages/diffoscope.scm
parentb5f45a21c27b80210753e184e52708bb75a347bb (diff)
downloadguix-patches-fb3b26b2ab73a2f0da4a3f3ae6e00ce098f9e610.tar
guix-patches-fb3b26b2ab73a2f0da4a3f3ae6e00ce098f9e610.tar.gz
gnu: reprotest: Update to 0.7.18.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.18.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 6e8363d819..f96577ce6d 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -228,7 +228,7 @@ install.")
(define-public reprotest
(package
(name "reprotest")
- (version "0.7.16")
+ (version "0.7.18")
(source
(origin
(method git-fetch)
@@ -238,7 +238,7 @@ install.")
(file-name (git-file-name name version))
(sha256
(base32
- "0s7gyixk868dw6yqxsb1sq24mgg9ilz5s2yidd5j0zhl683n7dw9"))))
+ "19lwsxq53isgfkvlxvxqqmbjfcim3lhcxwk7m9ddfjiynhq74949"))))
(inputs
`(("python-debian" ,python-debian)
("python-distro" ,python-distro)