GNU bug report logs -
#77400
[PATCH python-team 00/26] Some further updates
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 31 Mar 2025 06:17:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.29.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index cd5284754d..85eb8937f6 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -255,7 +255,7 @@ (define (bin command)
(define-public reprotest
(package
(name "reprotest")
- (version "0.7.28")
+ (version "0.7.29")
(source
(origin
(method git-fetch)
@@ -264,7 +264,7 @@ (define-public reprotest
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "06jm82w05qsx3wskch3fm5mpkpj5jmq7r4yram4ixprxc5j8flg8"))))
+ (base32 "17n7pdqil3jmpwcshr6dm5qsbpim3847smgxa82wy33kl2bz1ai8"))))
(build-system pyproject-build-system)
(arguments
(list
--
2.49.0
This bug report was last modified 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.