all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66672] Update diffoscope to 251.
@ 2023-10-21 21:39 Vagrant Cascadian
  2023-10-25  9:43 ` bug#66672: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2023-10-21 21:39 UTC (permalink / raw)
  To: 66672


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

The attached patch updates diffoscope to 251.

Builds successfully, as does reprotest, the only dependent package.

live well,
  vagrant

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

From 4eeb1cf6b3dbfa58c54e7dcd890ad54cc87e2c22 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 21 Oct 2023 14:22:05 -0700
Subject: [PATCH] gnu: diffoscope: Update to 251.

* gnu/packages/diffoscope.scm (diffoscope): Update to 251.
---
 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 1b8b77d7a4..5ab54de0e9 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 "250")
+    (version "251")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12cdsgxlva1gcry16w9x44ji9asar1n8p9q6rv2jd1gr9fi6l0sz"))))
+        (base32 "1200kzwqyw2m298z8rfbiiziprz4s1n176z42xyziwc6mbx8m09z"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: e6af40d7b46b5c9e397a38c62c885fb42ccd9d26
-- 
2.39.2


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

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

* bug#66672: Update diffoscope to 251.
  2023-10-21 21:39 [bug#66672] Update diffoscope to 251 Vagrant Cascadian
@ 2023-10-25  9:43 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-10-25  9:43 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 66672-done


> * gnu/packages/diffoscope.scm (diffoscope): Update to 251.

Applied, thanks,

Mathieu




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

end of thread, other threads:[~2023-10-25  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 21:39 [bug#66672] Update diffoscope to 251 Vagrant Cascadian
2023-10-25  9:43 ` bug#66672: " Mathieu Othacehe

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.