emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67436: closed (Update diffoscope to 252.)


From: GNU bug Tracking System
Subject: bug#67436: closed (Update diffoscope to 252.)
Date: Sun, 26 Nov 2023 13:40:02 +0000

Your message dated Sun, 26 Nov 2023 14:39:46 +0100
with message-id <87v89opra5.fsf@gnu.org>
and subject line Re: bug#67436: Update diffoscope to 252.
has caused the debbugs.gnu.org bug report #67436,
regarding Update diffoscope to 252.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67436: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67436
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Update diffoscope to 252. Date: Fri, 24 Nov 2023 14:21:25 -0800
The attached patch updates diffoscope to version 252.

This version gives better error messages in some cases that trigger
out-of-memory errors.

Diffoscope itself still builds, and the only dependent package,
reprotest, still builds too!

live well,
  vagrant
From bec99b2f5786f325e53c604b32cada6ab7cd75b3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 24 Nov 2023 14:16:27 -0800
Subject: [PATCH] gnu: diffoscope: Update to 252.

* gnu/packages/diffoscope.scm (diffoscope): Update to 252.
---
 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 5ab54de0e9..1ac5aff719 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "251")
+    (version "252")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1200kzwqyw2m298z8rfbiiziprz4s1n176z42xyziwc6mbx8m09z"))))
+        (base32 "1hnsnqpr0v9siqja1wxm64wv0vjacg6j9ph9n4xsiaarpndj1b4r"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 4b6f6b3e180afc5d1b286130710dd9e3eb6c2889
-- 
2.39.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#67436: Update diffoscope to 252. Date: Sun, 26 Nov 2023 14:39:46 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
> * gnu/packages/diffoscope.scm (diffoscope): Update to 252.

Applied, thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]