Vagrant Cascadian wrote 2 months ago
(address . guix-patches@gnu.org)
The attached patch updates diffoscope to 286.
The only dependent, reprotest, still builds!
Deja-vu? Yup. Released in under 24 hours since updating diffoscope to
285 in guix... :)
live well,
vagrant
From 5437e15da8b052583be4725fda44f3fad6c06310 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 24 Jan 2025 10:39:21 -0800
Subject: [PATCH] gnu: diffoscope: Update to 286.
* gnu/packages/diffoscope.scm (diffoscope): Update to 286.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (26 lines)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 6743bdd529..771e76a256 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -77,7 +77,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "285")
+ (version "286")
(source
(origin
(method git-fetch)
@@ -86,7 +86,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "06fz3ypmb9j9hi0z826iinp22qdsn9lp0rkz6840r6gfychfffhm"))))
+ (base32 "073v9qdlha3q2lljkl912h96cbja87psig04wns4wvgjsjg5yqkz"))))
(build-system python-build-system)
(arguments
(list
base-commit: ea7a6fa8c66ef3cfd0ccdec6c0a7a3e7ab3dfc9c
--
2.39.5
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ5PgeQAKCRDcUY/If5cW
qix+AQCldbu88XWs/4ctKPmquWuOt7wV7gNcMv5S1XxyCYzxyAD8D7ACD28S5zwB
MqxiwVdq8/r7bCLBXb8zwBBAcJh+yAI=
=FTZ0
-----END PGP SIGNATURE-----