Update diffoscope to 242

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

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

live well,
vagrant
From 9f233d88a4d4cda30b0b6151a24bb24d041c29b0 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 6 May 2023 17:58:39 -0700
Subject: [PATCH] gnu: diffoscope: Update to 242.

* gnu/packages/diffoscope.scm (diffoscope): Update to 242.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index ee4eec35fc..8f43945009 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 "239")
+ (version "242")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1awxazbrqqzqr5x50kam50ibmnjvidynkzp2158rdx5gy5lmnwcy"))))
+ (base32 "1aa6cszav4bgiljhkly0l3bzn4kggkncrk1zbc6hdm361r8yrw34"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZFb6UQAKCRDcUY/If5cW
qt2+AP9a10mJPOQ8b0gClxwV0sn/e/y5AqG9XUBqTyIcldZVUgD+IRlN8Psghcr5
2+GWUbOEKmDLV2hcy5etKCfYRtJgvgk=
=ch7s
-----END PGP SIGNATURE-----

宋文武 wrote 2 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 63339-done@debbugs.gnu.org)
87y1lsqzw0.fsf@envs.net
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

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

Pushed to master, thank you!
Closed
?
Your comment

This issue is archived.

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

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