[bug#78460] Update diffoscope to 296.
Commit Message
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
From caa7a9427a6fa992e60631dcf701d512cb9fe1f4 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@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(-)
@@ -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