GNU bug report logs -
#78460
Update diffoscope to 296.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
The attached patch updates diffoscope to 296.
We had to skip 295 to fix compatibility older zipdetails (part of perl?)
https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/408
The only dependent, reprotest, still builds.
live well,
vagrant
[0001-gnu-diffoscope-Update-to-296.patch (text/x-diff, inline)]
From caa7a9427a6fa992e60631dcf701d512cb9fe1f4 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 16 May 2025 10:07:31 -0700
Subject: [PATCH] gnu: diffoscope: Update to 296.
* gnu/packages/diffoscope.scm (diffoscope): Update to 296.
---
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 6636eca7ea5..7c52d23edfc 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -77,7 +77,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "294")
+ (version "296")
(source
(origin
(method git-fetch)
@@ -86,7 +86,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "13xk54kx3d44wlbfhrmaj6c6gr3kbr71vf4n6x9jrvkyzzgpswhp"))))
+ (base32 "18h81vnk5hvm6z1rk05ndfksykf3xh75m8pdsmkp7i0fnhh7p22c"))))
(build-system python-build-system)
(arguments
(list
base-commit: 085f12b34e35fc187e84586fcf92902e8125b8cc
--
2.39.5
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.