GNU bug report logs - #72679
Update diffoscope to 275.

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> reproducible-builds.org>

Date: Sat, 17 Aug 2024 00:44:01 UTC

Severity: normal

Done: Vagrant Cascadian <vagrant <at> reproducible-builds.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: 72679 <at> debbugs.gnu.org
Subject: [bug#72679] Update diffoscope to 276.
Date: Mon, 19 Aug 2024 23:34:14 -0700
[Message part 1 (text/plain, inline)]
On 2024-08-16, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 275.

Attached patch updates to the even newer 276!

> This version includes some changes to versioned dependencies for various
> tests... though guix master may lack some of those version requirements,
> so some additional tests may be skipped. Some hope that core-updates
> merge will improve test coverage again (e.g. newer "file" if I recall
> correctly).
>
> The only dependent package, reprotest, still builds fine, yay!

All still true, I think! But slightly more robust on certain python
import failures...


live well,
  vagrant
[0001-gnu-diffoscope-Update-to-276.patch (text/x-diff, inline)]
From 52233e9ac6ede7f2c5c52f343f391e9d0a8e5869 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Mon, 19 Aug 2024 23:14:32 -0700
Subject: [PATCH] gnu: diffoscope: Update to 276.

* gnu/packages/diffoscope.scm (diffoscope): Update to 276.
---
 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 e85f228119..52383cc159 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "272")
+    (version "276")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
+        (base32 "0qrv484dm39m5w6awba8z1m850vhil4w914k9l3lfn0s5hf0xhh8"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 58faaf4eaadafa09a97ab31103eb54bd2076a699
-- 
2.39.2

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 316 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.