GNU bug report logs - #70428
Update diffoscope to 264 and reprotest to 0.7.27

Previous Next

Package: guix-patches;

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

Date: Tue, 16 Apr 2024 20:58:02 UTC

Severity: normal

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: vagrant <at> reproducible-builds.org
To: 70428 <at> debbugs.gnu.org
Cc: Vagrant Cascadian <vagrant <at> debian.org>, vagrant <at> reproducible-builds.org
Subject: [bug#70428] [PATCH 3/3] gnu: diffoscope: Update to 265.
Date: Fri, 19 Apr 2024 11:25:53 -0700
From: Vagrant Cascadian <vagrant <at> debian.org>

* gnu/packages/diffoscope.scm (diffoscope): Update to 265.
[source]: Use commit instead of tag, as tag does not exist yet.
---
 gnu/packages/diffoscope.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 8b72072bb5..d1dc45065c 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,16 +75,17 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "264")
+    (version "265")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://salsa.debian.org/reproducible-builds/diffoscope.git")
-             (commit version)))
+             ;; No tag yet...
+             (commit "0be25cce2974851d697578ed208a0ff2c1556ff3")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m2jrg0y283m07gml7nd6fy4x827i93bj23varjn3add4kixxr57"))))
+        (base32 "0fdaxihmzz1jf9ay8pwr1z60b2rnihawp4js4nw9l7wv0gij9vpg"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.39.2





This bug report was last modified 1 year and 123 days ago.

Previous Next


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