Update diffoscope to 242

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 7 May 2023 03:09
(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-----

?
(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