GNU bug report logs - #62173
Update diffoscope to 238

Previous Next

Package: guix-patches;

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

Date: Tue, 14 Mar 2023 02:58:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Subject: bug#62173: closed (Close)
Date: Wed, 15 Mar 2023 14:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62173: Update diffoscope to 238

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62173 <at> debbugs.gnu.org.

-- 
62173: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62173
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 62172-done <at> debbugs.gnu.org, 62173-done <at> debbugs.gnu.org
Subject: Close
Date: Wed, 15 Mar 2023 15:43:01 +0100
Both applied, thank you!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: guix-patches <at> gnu.org
Subject: Update diffoscope to 238
Date: Mon, 13 Mar 2023 19:57:43 -0700
[0001-gnu-diffoscope-Update-to-238.patch (text/x-diff, inline)]
From e105ef0bf1d4829d37124556d8425fd058074e0b Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Mon, 13 Mar 2023 16:39:19 -0700
Subject: [PATCH] gnu: diffoscope: Update to 238.

* gnu/packages/diffoscope.scm (diffoscope): Update to 238.
  [native-inputs]: Switch from poppler to poppler-next.
---
 gnu/packages/diffoscope.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 0dda89d860..2be87cbab3 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 "233")
+    (version "238")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb"))))
+        (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -199,7 +199,7 @@ (define-public diffoscope
             openssh
             openssl
             pgpdump
-            poppler
+            poppler-next
             python-jsbeautifier
             r-minimal
             rpm

base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a
-- 
2.39.2

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

This bug report was last modified 2 years and 69 days ago.

Previous Next


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