GNU bug report logs -
#74072
Update diffoscope to 282
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Oct 2024 21:07:40 +0800
with message-id <87frodn3hf.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74072] Update diffoscope to 282
has caused the debbugs.gnu.org bug report #74072,
regarding Update diffoscope to 282
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74072: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74072
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
The attached patch updates diffoscope to 282.
The only dependent package, reprotest still builds fine.
live well,
vagrant
[0001-gnu-diffoscope-Update-to-282.patch (text/x-diff, inline)]
From fdac5fd971403ae7b025f66dcc6797aef5ed71e0 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Mon, 28 Oct 2024 15:54:26 -0700
Subject: [PATCH] gnu: diffoscope: Update to 282.
* gnu/packages/diffoscope.scm (diffoscope): Update to 282.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 0b2591f31a..04e4ca2dc4 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "277")
+ (version "282")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0b2m3mjcasyvwwrk5jwgbvmnha5smfgarjk4jchxmlhddf9y18wc"))))
+ (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
(build-system python-build-system)
(arguments
(list
--
2.39.5
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:
> The attached patch updates diffoscope to 282.
>
> The only dependent package, reprotest still builds fine.
>
> live well,
> vagrant
>
> [2. text/x-diff; 0001-gnu-diffoscope-Update-to-282.patch]
> From fdac5fd971403ae7b025f66dcc6797aef5ed71e0 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> debian.org>
> Date: Mon, 28 Oct 2024 15:54:26 -0700
> Subject: [PATCH] gnu: diffoscope: Update to 282.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 282.
> ---
> gnu/packages/diffoscope.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
> index 0b2591f31a..04e4ca2dc4 100644
> --- a/gnu/packages/diffoscope.scm
> +++ b/gnu/packages/diffoscope.scm
> @@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
> (define-public diffoscope
> (package
> (name "diffoscope")
> - (version "277")
> + (version "282")
> (source
> (origin
> (method git-fetch)
> @@ -84,7 +84,7 @@ (define-public diffoscope
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0b2m3mjcasyvwwrk5jwgbvmnha5smfgarjk4jchxmlhddf9y18wc"))))
> + (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
> (build-system python-build-system)
> (arguments
> (list
push, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.