GNU bug report logs -
#65791
Update diffoscope to 250
Previous Next
Full log
Message #8 received at 65791 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
retitle Update diffoscope to 250
thanks
On 2023-09-06, Vagrant Cascadian wrote:
> This patch updates diffoscope to 249 and adds a couple packages to
> native-inputs for improved test coverage.
And this patch updates diffoscope to 250, which includes some minor
guix-specific fixes. :)
live well,
vagrant
[0001-gnu-diffoscope-Update-to-250.patch (text/x-diff, inline)]
From 02ec38f16b6ae96e03387196d1594b9b93a1252a Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 8 Sep 2023 12:51:53 -0700
Subject: [PATCH] gnu: diffoscope: Update to 250.
* gnu/packages/diffoscope.scm (diffoscope): Update to 250.
[native-inputs]: Add html2text and u-boot-tools.
---
gnu/packages/diffoscope.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 86f0c779ef..1b8b77d7a4 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "247")
+ (version "250")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0c81pvdq0bz47sk3gcgpm2l3g5hxdi2s1jz05krv1cr2bd0sfq4j"))))
+ (base32 "12cdsgxlva1gcry16w9x44ji9asar1n8p9q6rv2jd1gr9fi6l0sz"))))
(build-system python-build-system)
(arguments
(list
@@ -188,6 +188,7 @@ (define (bin command)
gnumeric
gnupg
hdf5
+ html2text
imagemagick
libarchive
llvm
@@ -206,6 +207,7 @@ (define (bin command)
sqlite
squashfs-tools
tcpdump
+ u-boot-tools
unzip
wabt
xxd
base-commit: 4dd33fc62899134606f36f92594cf160b972f685
--
2.39.2
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.