diff mbox series

[bug#66672] Update diffoscope to 251.

Message ID 87a5sbslip.fsf@wireframe
State New
Headers show
Series [bug#66672] Update diffoscope to 251. | expand

Commit Message

Vagrant Cascadian Oct. 21, 2023, 9:39 p.m. UTC
The attached patch updates diffoscope to 251.

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

live well,
  vagrant

Comments

Mathieu Othacehe Oct. 25, 2023, 9:43 a.m. UTC | #1
> * gnu/packages/diffoscope.scm (diffoscope): Update to 251.

Applied, thanks,

Mathieu
diff mbox series

Patch

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