Update diffoscope to 252.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 24 Nov 2023 23:21
(address . guix-patches@gnu.org)
87wmu6rdwa.fsf@wireframe
The attached patch updates diffoscope to version 252.

This version gives better error messages in some cases that trigger
out-of-memory errors.

Diffoscope itself still builds, and the only dependent package,
reprotest, still builds too!

live well,
vagrant
From bec99b2f5786f325e53c604b32cada6ab7cd75b3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 24 Nov 2023 14:16:27 -0800
Subject: [PATCH] gnu: diffoscope: Update to 252.

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

base-commit: 4b6f6b3e180afc5d1b286130710dd9e3eb6c2889
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZWEh5QAKCRDcUY/If5cW
qtRJAP4pJqpLIIy8uVt1qi30ae7ENo/rmJ1WCh1G0MCKQmUuSgEAs7UciPQr1ND3
lyTtOIZHii9QFn9Tn38NmTCRz8sBrwQ=
=Aqpb
-----END PGP SIGNATURE-----

M
M
Mathieu Othacehe wrote on 26 Nov 2023 14:39
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 67436-done@debbugs.gnu.org)
87v89opra5.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/diffoscope.scm (diffoscope): Update to 252.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67436@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67436
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch