* [bug#74698] Update diffoscope to 283
@ 2024-12-04 23:11 Vagrant Cascadian
2024-12-06 20:19 ` [bug#74714] Actually, how about update diffoscope to 284 Vagrant Cascadian
2024-12-07 5:06 ` bug#74698: Update diffoscope to 283 Vagrant Cascadian
0 siblings, 2 replies; 4+ messages in thread
From: Vagrant Cascadian @ 2024-12-04 23:11 UTC (permalink / raw)
To: 74698; +Cc: vagrant
[-- Attachment #1.1: Type: text/plain, Size: 114 bytes --]
The attached patch updates diffoscope to 283.
reprotest, the only dependent, still builds.
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-diffoscope-Update-to-283.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]
From 499ba9834ca6e3c9bce2f90ab36a6f70ac28cfe8 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Wed, 4 Dec 2024 14:53:55 -0800
Subject: [PATCH] gnu: diffoscope: Update to 283.
* gnu/packages/diffoscope.scm (diffoscope): Update to 283.
---
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 04e4ca2dc4..239742a5d2 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 "282")
+ (version "283")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
+ (base32 "006q0bb7m7jz8priiaa8mhjzj4qp8jj003kmr4n7ss0sh1qp046f"))))
(build-system python-build-system)
(arguments
(list
base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
--
2.39.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#74714] Actually, how about update diffoscope to 284
2024-12-04 23:11 [bug#74698] Update diffoscope to 283 Vagrant Cascadian
@ 2024-12-06 20:19 ` Vagrant Cascadian
2024-12-07 1:42 ` bug#74714: " Zheng Junjie
2024-12-07 5:06 ` bug#74698: Update diffoscope to 283 Vagrant Cascadian
1 sibling, 1 reply; 4+ messages in thread
From: Vagrant Cascadian @ 2024-12-06 20:19 UTC (permalink / raw)
To: 74714; +Cc: vagrant
[-- Attachment #1.1: Type: text/plain, Size: 296 bytes --]
On 2024-12-04, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 283.
No better way to get upstream to release than propose changes.
284 just released, patch attached updating to that instead.
> reprotest, the only dependent, still builds.
Still true!
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-diffoscope-Update-to-284.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]
From 4567741e5b59d0c4f3cc6f5c0b86910e542bec05 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 6 Dec 2024 10:17:20 -0800
Subject: [PATCH] gnu: diffoscope: Update to 284.
* gnu/packages/diffoscope.scm (diffoscope): Update to 284.
---
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 04e4ca2dc4..5aaa64fbb8 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 "282")
+ (version "284")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
+ (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
(build-system python-build-system)
(arguments
(list
base-commit: 0c5d7b8480234f739448956f508307e64e8e45fa
--
2.39.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#74714: Actually, how about update diffoscope to 284
2024-12-06 20:19 ` [bug#74714] Actually, how about update diffoscope to 284 Vagrant Cascadian
@ 2024-12-07 1:42 ` Zheng Junjie
0 siblings, 0 replies; 4+ messages in thread
From: Zheng Junjie @ 2024-12-07 1:42 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 74714-done
[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:
> On 2024-12-04, Vagrant Cascadian wrote:
>> The attached patch updates diffoscope to 283.
>
> No better way to get upstream to release than propose changes.
>
> 284 just released, patch attached updating to that instead.
>
>> reprotest, the only dependent, still builds.
>
> Still true!
>
> live well,
> vagrant
>
> [2. text/x-diff; 0001-gnu-diffoscope-Update-to-284.patch]
> From 4567741e5b59d0c4f3cc6f5c0b86910e542bec05 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@reproducible-builds.org>
> Date: Fri, 6 Dec 2024 10:17:20 -0800
> Subject: [PATCH] gnu: diffoscope: Update to 284.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 284.
> ---
> 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 04e4ca2dc4..5aaa64fbb8 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 "282")
> + (version "284")
> (source
> (origin
> (method git-fetch)
> @@ -84,7 +84,7 @@ (define-public diffoscope
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
> + (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
> (build-system python-build-system)
> (arguments
> (list
>
> base-commit: 0c5d7b8480234f739448956f508307e64e8e45fa
pushed, closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#74698: Update diffoscope to 283
2024-12-04 23:11 [bug#74698] Update diffoscope to 283 Vagrant Cascadian
2024-12-06 20:19 ` [bug#74714] Actually, how about update diffoscope to 284 Vagrant Cascadian
@ 2024-12-07 5:06 ` Vagrant Cascadian
1 sibling, 0 replies; 4+ messages in thread
From: Vagrant Cascadian @ 2024-12-07 5:06 UTC (permalink / raw)
To: 74698-done
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
On 2024-12-04, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 283.
Superceded by merged newer version:
074f6d6dd6673953b91f14c7e5dbdac71c8a33df gnu: diffoscope: Update to 284.
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-07 5:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-04 23:11 [bug#74698] Update diffoscope to 283 Vagrant Cascadian
2024-12-06 20:19 ` [bug#74714] Actually, how about update diffoscope to 284 Vagrant Cascadian
2024-12-07 1:42 ` bug#74714: " Zheng Junjie
2024-12-07 5:06 ` bug#74698: Update diffoscope to 283 Vagrant Cascadian
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.