[bug#66672] Update diffoscope to 251.
Commit Message
The attached patch updates diffoscope to 251.
Builds successfully, as does reprotest, the only dependent package.
live well,
vagrant
Comments
> * gnu/packages/diffoscope.scm (diffoscope): Update to 251.
Applied, thanks,
Mathieu
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(-)
@@ -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