aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2024-04-19 11:25:52 -0700
committerChristopher Baines <mail@cbaines.net>2024-04-23 14:31:58 +0100
commitf006dc5d74c6cc613dfab1a91e67e8e8d806f2d1 (patch)
treecfb8f284847f0740cf8b37adbaa87133f8585554
parentaf969a594a2972b230caa9666fb83a2011b5d464 (diff)
downloadguix-f006dc5d74c6cc613dfab1a91e67e8e8d806f2d1.tar
guix-f006dc5d74c6cc613dfab1a91e67e8e8d806f2d1.tar.gz
gnu: reprotest: Update to 0.7.27.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.27. Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 fbcf3a36f2..8b72072bb5 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -253,7 +253,7 @@ install.")
(define-public reprotest
(package
(name "reprotest")
- (version "0.7.26")
+ (version "0.7.27")
(source
(origin
(method git-fetch)
@@ -262,7 +262,7 @@ install.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
+ (base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
(inputs
(list python-debian python-distro python-libarchive-c python-rstr))
(native-inputs