[bug#75769] Update diffoscope top 285
Commit Message
The attached patch updates diffoscope to 285.
The only dependent, reprotest, still builds!
live well,
vagrant
Comments
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!
Vagrant Cascadian <vagrant@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@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.
From 5d56104c0a4311df28599f4b02b36bb2d2730ece Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@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(-)
@@ -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