guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: diffoscope: Update to 233.


From: guix-commits
Subject: 02/04: gnu: diffoscope: Update to 233.
Date: Sun, 22 Jan 2023 20:06:03 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit eea8a872ff59e9edd2d8c54bac9857aac7a01ff6
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Sat Jan 21 23:06:21 2023 -0800

    gnu: diffoscope: Update to 233.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 233.
    [native-inputs]: Add lzip and python-pypdf, drop python-pypdf2.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/diffoscope.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index f730d976fe..6decb86f02 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "224")
+    (version "233")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qdivsf4yygg2az5018pw0q4169zas3hfqjydd0q3bhdrfpl0q4q"))
+        (base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb"))
        (patches
         (search-patches "diffoscope-fix-llvm-test.patch"))))
     (build-system python-build-system)
@@ -160,7 +160,7 @@
              python-pytest
              python-chardet
              python-h5py
-             python-pypdf2
+             python-pypdf
              python-progressbar33
 
              abootimg
@@ -195,6 +195,7 @@
              libarchive
              llvm-9
              lz4
+             lzip
              ocaml
              odt2txt
              openssh



reply via email to

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