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)]
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)]
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.