diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2021-02-07 23:06:48 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-02-07 23:25:58 -0800 |
commit | 8692f0e73b200638fd8bd01fecad068903cfa77a (patch) | |
tree | 3210da4488d4b01b10460bd2b466a10e5b809472 /gnu/packages/diffoscope.scm | |
parent | fccc6f12eb3c24fcacf6ec832227d2dd8531846d (diff) |
gnu: reprotest: Update to 0.7.16.
* gnu/packages/diffoscope (reprotest): Update to 0.7.16.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-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 53cdbd8d84..eb9e28d79c 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -225,7 +225,7 @@ install.") (define-public reprotest (package (name "reprotest") - (version "0.7.15") + (version "0.7.16") (source (origin (method git-fetch) @@ -235,7 +235,7 @@ install.") (file-name (git-file-name name version)) (sha256 (base32 - "12lc1pb9d5h3blrzzx9nbqqj5bi9x23yj31fxafmk37803rl8a0m")))) + "0s7gyixk868dw6yqxsb1sq24mgg9ilz5s2yidd5j0zhl683n7dw9")))) (inputs `(("python-debian" ,python-debian) ("python-distro" ,python-distro) |