all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72894] Update diffoscope to 277
@ 2024-08-30 19:07 Vagrant Cascadian
  2024-09-03 11:49 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2024-08-30 19:07 UTC (permalink / raw)
  To: 72894


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

The attached patch updates to diffoscope to 277.

This includes upstream fixes with processing symlinks pointing to
directories.

live well,
  vagrant


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

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-03 20:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 19:07 [bug#72894] Update diffoscope to 277 Vagrant Cascadian
2024-09-03 11:49 ` Ludovic Courtès
2024-09-03 20:46   ` bug#72894: " Vagrant Cascadian

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.