Update diffoscope to 288.

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

Debbugs page

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

The only dependent, reprotest, still builds!

live well,
vagrant
From f4e896cd92570f0293ac8af08a4297379987d606 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 7 Feb 2025 10:32:57 -0800
Subject: [PATCH] gnu: diffoscope: Update to 288.

* gnu/packages/diffoscope.scm (diffoscope): Update to 288.
---
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 b841d9fd74..d0e911363d 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -77,7 +77,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "287")
+ (version "288")
(source
(origin
(method git-fetch)
@@ -86,7 +86,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "18q18hsjxw2cbsd5ppadac45rxdj9ikhdrr2b4w2r7j6b523giar"))))
+ (base32 "1k45ikqn4k36fwzyy8qqpgmk531x9kpnq0j0h3b8mmm4daq1vyl8"))))
(build-system python-build-system)
(arguments
(list

base-commit: 8455e44cbbe2b23cadb6e15fe1e40f92b8a5e581
--
2.39.5
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ6ZYPQAKCRDcUY/If5cW
qku3AP49MGYUCwY/R6tGrfZBdZhdmqgclDbT7GTvH9Alv3SvZgD7B8MfgHUCFz3a
7PwpgWSsvX7P/8hMTsKuB+3YHKg+tgI=
=83Z3
-----END PGP SIGNATURE-----

Maxim Cournoyer wrote 1 months ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 76122@debbugs.gnu.org)
8734goabl6.fsf@gmail.com
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

Toggle quote (14 lines)
> The attached patch updates diffoscope to 288.
>
> The only dependent, reprotest, still builds!
>
> live well,
> vagrant
>
> From f4e896cd92570f0293ac8af08a4297379987d606 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@reproducible-builds.org>
> Date: Fri, 7 Feb 2025 10:32:57 -0800
> Subject: [PATCH] gnu: diffoscope: Update to 288.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 288.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

--
Thanks,
Maxim
Maxim Cournoyer wrote 1 months ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 76122-done@debbugs.gnu.org)
87bjvc8odn.fsf_-_@gmail.com
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

Toggle quote (18 lines)
> Vagrant Cascadian <vagrant@reproducible-builds.org> writes:
>
>> The attached patch updates diffoscope to 288.
>>
>> The only dependent, reprotest, still builds!
>>
>> live well,
>> vagrant
>>
>> From f4e896cd92570f0293ac8af08a4297379987d606 Mon Sep 17 00:00:00 2001
>> From: Vagrant Cascadian <vagrant@reproducible-builds.org>
>> Date: Fri, 7 Feb 2025 10:32:57 -0800
>> Subject: [PATCH] gnu: diffoscope: Update to 288.
>>
>> * gnu/packages/diffoscope.scm (diffoscope): Update to 288.
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

Pushed with commit d304311a39.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

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

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