unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
To: 62312@debbugs.gnu.org
Subject: [bug#62312] Update diffoscope to 239.
Date: Mon, 20 Mar 2023 17:49:46 -0700	[thread overview]
Message-ID: <87zg87nd1x.fsf@wireframe> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]

The update to diffoscope 238 required poppler-next in native-inputs, but
239 can work with the older poppler package as well. This patch keeps
poppler-next, but I have tested that either work, if for some reason
poppler is preferable.

live well,
  vagrant


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-diffoscope-Update-to-239.patch --]
[-- Type: text/x-diff, Size: 1265 bytes --]

From d93b81adf47e25883962192c523b452ec41e9faf Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Mon, 20 Mar 2023 17:42:58 -0700
Subject: [PATCH] gnu: diffoscope: Update to 239.

* gnu/packages/diffoscope.scm (diffoscope): Update to 239.
---
 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 61df8418e6..1a6a6fa82c 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 "238")
+    (version "239")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p"))))
+        (base32 "1awxazbrqqzqr5x50kam50ibmnjvidynkzp2158rdx5gy5lmnwcy"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

base-commit: d2ae00530bf655eddea6b22901db13bc068a2116
-- 
2.39.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

             reply	other threads:[~2023-03-21  0:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21  0:49 Vagrant Cascadian [this message]
2023-03-21  1:22 ` [bug#62312] Update diffoscope to 239 Maxim Cournoyer
2023-03-21 18:29   ` bug#62312: " Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zg87nd1x.fsf@wireframe \
    --to=vagrant@reproducible-builds.org \
    --cc=62312@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).