Update diffoscope to 251.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 1 years ago
(address . guix-patches@gnu.org)
87a5sbslip.fsf@wireframe
The attached patch updates diffoscope to 251.

Builds successfully, as does reprotest, the only dependent package.

live well,
vagrant
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(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 1b8b77d7a4..5ab54de0e9 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 "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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZTRFDgAKCRDcUY/If5cW
qptbAP9DfcGljy/DI1H87pgZknI+QAaQ6bLC3keA7SsRZzL8jgEAgdXUIp1B+RAH
sA7QWDksw2YojC0yDfWhMkU3Z5l83AQ=
=bvGR
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 1 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 66672-done@debbugs.gnu.org)
87zg07xcje.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/diffoscope.scm (diffoscope): Update to 251.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66672
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