GNU bug report logs -
#72679
Update diffoscope to 275.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Aug 2024 13:03:59 -0700
with message-id <87plprumds.fsf <at> wireframe>
and subject line Re: Update diffoscope to 276.
has caused the debbugs.gnu.org bug report #72679,
regarding Update diffoscope to 275.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72679: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72679
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 275.
This version includes some changes to versioned dependencies for various
tests... though guix master may lack some of those version requirements,
so some additional tests may be skipped. Some hope that core-updates
merge will improve test coverage again (e.g. newer "file" if I recall
correctly).
The only dependent package, reprotest, still builds fine, yay!
live well,
vagrant
[0001-gnu-diffoscope-Update-to-275.patch (text/x-diff, inline)]
From dca85b88581a915425c6e00a7c15bc9c00c0a005 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 16 Aug 2024 17:13:09 -0700
Subject: [PATCH] gnu: diffoscope: Update to 275.
* gnu/packages/diffoscope.scm (diffoscope): Update to 275.
---
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 e85f228119..2635a29ac1 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 "272")
+ (version "275")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
+ (base32 "06f0c886z9krqqcs0cvl92vs103wv4hjp1x31pn3haxwqjjfyzlx"))))
(build-system python-build-system)
(arguments
(list
base-commit: 0a18e7b9831fd0b7c71466c2c01b573c5d9a268f
--
2.39.2
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
On 2024-08-19, Vagrant Cascadian wrote:
> On 2024-08-16, Vagrant Cascadian wrote:
>> The attached patch updates diffoscope to 275.
>
> Attached patch updates to the even newer 276!
This was apparently updated to 276 in
0bbd7214a23b2fb6bb5a702da79bd17967c457be.
Thanks!
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.