Update diffoscope to 283

  • Done
  • quality assurance status badge
Details
One participant
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 3 months ago
(address . guix-patches@gnu.org)(address . vagrant@reproducible-builds.org)
87v7vzujpv.fsf@wireframe
The attached patch updates diffoscope to 283.

reprotest, the only dependent, still builds.

live well,
vagrant
From 499ba9834ca6e3c9bce2f90ab36a6f70ac28cfe8 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Wed, 4 Dec 2024 14:53:55 -0800
Subject: [PATCH] gnu: diffoscope: Update to 283.

* gnu/packages/diffoscope.scm (diffoscope): Update to 283.
---
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 04e4ca2dc4..239742a5d2 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "282")
+ (version "283")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
+ (base32 "006q0bb7m7jz8priiaa8mhjzj4qp8jj003kmr4n7ss0sh1qp046f"))))
(build-system python-build-system)
(arguments
(list

base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
--
2.39.5
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ1DhrAAKCRDcUY/If5cW
qjaUAQCp3LETGkE4O4EGVGLpa6t/grIYgw38qedO7+KM3aV2tQD/XEHlO8eKdObU
vGFChLTWGkGSLbwyI9YGhezS7hDE3wk=
=0nKV
-----END PGP SIGNATURE-----

Vagrant Cascadian wrote 3 months ago
(address . 74698-done@debbugs.gnu.org)
875xnwdqui.fsf@contorta
On 2024-12-04, Vagrant Cascadian wrote:
Toggle quote (2 lines)
> The attached patch updates diffoscope to 283.

Superceded by merged newer version:

074f6d6dd6673953b91f14c7e5dbdac71c8a33df gnu: diffoscope: Update to 284.

live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ1PX1gAKCRDcUY/If5cW
qlq7AQCMsi5lI/6LZGzgG6stbetR/OdvIbw24dM6unzQ3fpKbwD7BP/WYTPCdrfb
8H5jIbrkp5g4oJh3qSqtnfzvM3HGjQU=
=z2Lu
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 74698
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help