Update diffoscope to 257.

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

Debbugs page

Vagrant Cascadian wrote 1 years ago
(address . guix-patches@gnu.org)
877cj92yh5.fsf@contorta
Another day, another version of diffoscope!

Patch attached, both diffoscope and reprotest built for me, at least
on... arm64!

live well,
vagrant
From a894ef58b196b4490d7ef06c1060fead300cf61c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Mon, 12 Feb 2024 11:24:28 -0800
Subject: [PATCH] gnu: diffoscope: Update to 257.

* gnu/packages/diffoscope.scm (diffoscope): Update to 257.
---
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 f4d271f690..e9b2c029c5 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 "256")
+ (version "257")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1sdg314a3hp2kv492130p8w7j8mlhymij7h2rndm4q7gqrshp6jf"))))
+ (base32 "0niglcdjw75qfsrv2biy9qx1h4zmiynddsy19prb72rh4zbywdn6"))))
(build-system python-build-system)
(arguments
(list

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

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZcqF9wAKCRDcUY/If5cW
qjv+AP4r7u7JF05NGDgiIoHpnZerXqPP79KfWB+3nxPB+Xhu2wD/YGSZD0KVj5Ys
8Nl8GNxny+mb/nEOlJ6jst78EGArtwE=
=lNH3
-----END PGP SIGNATURE-----

Vagrant Cascadian wrote 1 years ago
Update diffoscope to 258.
(address . 69086-done@debbugs.gnu.org)
87o7c1plq0.fsf@contorta
On 2024-02-12, Vagrant Cascadian wrote:
Toggle quote (4 lines)
> Subject: [PATCH] gnu: diffoscope: Update to 257.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 257.

Pushed 16ab67182bc1e5b046caee9a2e38b71159703f34 updating to 258, which
had only debian-specific changes beyond 257.

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

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZd5myAAKCRDcUY/If5cW
qmEXAP0RCzMowFwi1Y2mOyJUpvpw+RVyMgCx8qsVJZI/Z5Gi9AEA3o5f5vT8iQ4/
tpZ5WNRuuVekxwYSzThLE7jHUBZMtgc=
=meTm
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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