GNU bug report logs -
#75769
Update diffoscope top 285
Previous Next
To reply to this bug, email your comments to 75769 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75769
; Package
guix-patches
.
(Wed, 22 Jan 2025 22:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vagrant Cascadian <vagrant <at> reproducible-builds.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 22 Jan 2025 22:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The attached patch updates diffoscope to 285.
The only dependent, reprotest, still builds!
live well,
vagrant
[0001-gnu-diffoscope-Update-to-285.patch (text/x-diff, inline)]
From 5d56104c0a4311df28599f4b02b36bb2d2730ece Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Wed, 22 Jan 2025 13:38:42 -0800
Subject: [PATCH] gnu: diffoscope: Update to 285.
* gnu/packages/diffoscope.scm (diffoscope): Update to 285.
---
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 c08c5351ce..6743bdd529 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 "284")
+ (version "285")
(source
(origin
(method git-fetch)
@@ -86,7 +86,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
+ (base32 "06fz3ypmb9j9hi0z826iinp22qdsn9lp0rkz6840r6gfychfffhm"))))
(build-system python-build-system)
(arguments
(list
base-commit: cc678d0e4d67073943e75053c5e450c4df700b42
--
2.39.5
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75769
; Package
guix-patches
.
(Thu, 23 Jan 2025 13:58:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 75769 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Wed, Jan 22, 2025 at 02:05:08PM -0800, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 285.
>
> The only dependent, reprotest, still builds!
>
> live well,
> vagrant
In that case LGTM!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Fri, 24 Jan 2025 05:37:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vagrant Cascadian <vagrant <at> reproducible-builds.org>
:
bug acknowledged by developer.
(Fri, 24 Jan 2025 05:37:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 75769-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:
> The attached patch updates diffoscope to 285.
>
> The only dependent, reprotest, still builds!
>
> live well,
> vagrant
>
> [2. text/x-diff; 0001-gnu-diffoscope-Update-to-285.patch]
> From 5d56104c0a4311df28599f4b02b36bb2d2730ece Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
> Date: Wed, 22 Jan 2025 13:38:42 -0800
> Subject: [PATCH] gnu: diffoscope: Update to 285.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 285.
> ---
> 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 c08c5351ce..6743bdd529 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 "284")
> + (version "285")
> (source
> (origin
> (method git-fetch)
> @@ -86,7 +86,7 @@ (define-public diffoscope
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
> + (base32 "06fz3ypmb9j9hi0z826iinp22qdsn9lp0rkz6840r6gfychfffhm"))))
> (build-system python-build-system)
> (arguments
> (list
>
> base-commit: cc678d0e4d67073943e75053c5e450c4df700b42
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.