Update diffoscope to 253.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 23 Dec 2023 02:23
(address . guix-patches@gnu.org)
8734vt7lui.fsf@wireframe
The attached patch updates diffoscope to version 253.

This version adds support for 7z and improved handling of objdump
output.

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

live well,
vagrant
From ed346a428dbe7792f817fe9b9ef5eb6aef8be0dd Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 22 Dec 2023 16:35:33 -0800
Subject: [PATCH] gnu: diffoscope: Update to 253.

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

base-commit: ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZYY2pQAKCRDcUY/If5cW
qtNRAQD3/Bevfvj2K33mmOrFiRDzNxqQr37h9K6E4IcrmYYAVwD/fOLDJT0NKxxj
M/TO4BmfsDIY9hSIf7j3Ch/qfz/G2wc=
=pHpC
-----END PGP SIGNATURE-----

?
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 67980-done@debbugs.gnu.org)
877ckvt6hm.fsf@envs.net
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

Toggle quote (2 lines)
> The attached patch updates diffoscope to version 253.

Applied, thank you!
Closed
?