guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: diffoscope: Update to 250.


From: guix-commits
Subject: 03/06: gnu: diffoscope: Update to 250.
Date: Fri, 15 Sep 2023 05:02:59 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 92498fad27a304ab73f66bd4944007c150012a07
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Fri Sep 8 12:51:53 2023 -0700

    gnu: diffoscope: Update to 250.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 250.
    [native-inputs]: Add html2text and u-boot-tools.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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-public diffoscope
   (package
     (name "diffoscope")
-    (version "247")
+    (version "250")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@
              (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 @@
             gnumeric
             gnupg
             hdf5
+            html2text
             imagemagick
             libarchive
             llvm
@@ -206,6 +207,7 @@
             sqlite
             squashfs-tools
             tcpdump
+            u-boot-tools
             unzip
             wabt
             xxd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]