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

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

bug#72894: closed (Update diffoscope to 277)


From: GNU bug Tracking System
Subject: bug#72894: closed (Update diffoscope to 277)
Date: Tue, 03 Sep 2024 20:48:02 +0000

Your message dated Tue, 03 Sep 2024 13:46:29 -0700
with message-id <87a5gov522.fsf@wireframe>
and subject line Re: bug#72894: Update diffoscope to 277
has caused the debbugs.gnu.org bug report #72894,
regarding Update diffoscope to 277
to be marked as done.

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


-- 
72894: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72894
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Update diffoscope to 277 Date: Fri, 30 Aug 2024 12:07:27 -0700
The attached patch updates to diffoscope to 277.

This includes upstream fixes with processing symlinks pointing to
directories.

live well,
  vagrant

From 53b42e29d60677c31608a0d1cb25a5dbbc3c9c20 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 30 Aug 2024 10:59:51 -0700
Subject: [PATCH] gnu: diffoscope: Update to 277.

* gnu/packages/diffoscope.scm (diffoscope): Update to 277.
---
 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 52383cc159..35007a7b80 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 "276")
+    (version "277")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qrv484dm39m5w6awba8z1m850vhil4w914k9l3lfn0s5hf0xhh8"))))
+        (base32 "0b2m3mjcasyvwwrk5jwgbvmnha5smfgarjk4jchxmlhddf9y18wc"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
-- 
2.39.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#72894: Update diffoscope to 277 Date: Tue, 03 Sep 2024 13:46:29 -0700
On 2024-09-03, Ludovic Courtès wrote:
> Vagrant Cascadian <vagrant@reproducible-builds.org> skribis:
>
>> From 53b42e29d60677c31608a0d1cb25a5dbbc3c9c20 Mon Sep 17 00:00:00 2001
>> From: Vagrant Cascadian <vagrant@reproducible-builds.org>
>> Date: Fri, 30 Aug 2024 10:59:51 -0700
>> Subject: [PATCH] gnu: diffoscope: Update to 277.
>>
>> * gnu/packages/diffoscope.scm (diffoscope): Update to 277.
>
> LGTM, thanks!  :-)

Pushed as 7fa9df431e9423e2b79c8c520de1d0ef7aed910d.

live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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