diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2022-08-10 19:55:18 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-08-10 19:56:47 -0700 |
commit | f030ae422b6d13a7a21158d9a37c9760597d1573 (patch) | |
tree | bc06b246606e20c3757cd4167b5474eadc6556bb /gnu | |
parent | 04ef952a4928a427fa3d778e23d4e99299c9fa5a (diff) |
gnu: reprotest: Update to 0.7.21.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21.
Diffstat (limited to 'gnu')
-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 696dc2c8f1..81d1a63652 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -246,7 +246,7 @@ install.") (define-public reprotest (package (name "reprotest") - (version "0.7.20") + (version "0.7.21") (source (origin (method git-fetch) @@ -256,7 +256,7 @@ install.") (file-name (git-file-name name version)) (sha256 (base32 - "0c3nyiha9gh1xzl0dn9ji2yqa8y06d83v84pz0dqanihm40ljjsm")))) + "1jmnp6dwd91w00vfvph89cvgxwk0nvij8his9az5b72265jf9bxz")))) (inputs (list python-debian python-distro python-libarchive-c python-rstr)) (native-inputs |