diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2020-03-30 19:46:59 +0000 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-03-30 12:58:44 -0700 |
commit | 04fd952d54ffbc4935a44c50219be7c1da306531 (patch) | |
tree | 797a6db307a77f3aca3524b62b371ee28437fecc /gnu/packages/diffoscope.scm | |
parent | 03227eeb123bf038287ff07fd180004fd89b99fd (diff) | |
download | patches-04fd952d54ffbc4935a44c50219be7c1da306531.tar patches-04fd952d54ffbc4935a44c50219be7c1da306531.tar.gz |
gnu: reprotest: Update to 0.7.14.
* gnu/packages/diffoscope (reprotest): Update to 0.7.14.
* gnu/packages/patches/reprotest-support-guix.patch: Remove file.
* gnu/local.mk [dist_patch_DATA]: Update accordingly.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r-- | gnu/packages/diffoscope.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 0cfb107aae..b835fb4510 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.13") + (version "0.7.14") (source (origin (method git-fetch) @@ -236,10 +236,9 @@ install.") (url "https://salsa.debian.org/reproducible-builds/reprotest.git") (commit version))) (file-name (git-file-name name version)) - (patches (search-patches "reprotest-support-guix.patch")) (sha256 (base32 - "0jj9sqxbdpypnc0y8md352wwzh1by6nyhmx5fwqnvrbznrng332f")))) + "12d07xq5zx5dfbsgakm6zcn7hgf0h9f5kvfjqkiyak4ix5aa6xkf")))) (inputs `(("python-debian" ,python-debian) ("python-distro" ,python-distro) |