guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: diffoscope: Update to 134.


From: guix-commits
Subject: 02/02: gnu: diffoscope: Update to 134.
Date: Sun, 29 Dec 2019 04:27:46 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 5de06b9dfb7e8fa5e32187d6a118cfeb04eff0a3
Author: Vagrant Cascadian <address@hidden>
Date:   Sun Dec 29 07:39:22 2019 +0000

    gnu: diffoscope: Update to 134.
    
    * gnu/packages/diffoscope (diffoscope): Update to 134.
      [arguments] Remove phase adding support for zstd.
---
 gnu/packages/diffoscope.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 93630f3..a362285 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -67,7 +67,7 @@
   #:use-module (ice-9 match))
 
 (define-public diffoscope
-  (let ((version "133"))
+  (let ((version "134"))
     (package
       (name "diffoscope")
       (version version)
@@ -79,7 +79,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0mvg5iyd3zjxsm66vax3qb89214j3wxcklvbhfrr8jlbzaw9pznh"))))
+                  "04078cn3lazcrpgzzzy1s9721hprkylrvfa58izm4dcvgd7a593z"))))
       (build-system python-build-system)
       (arguments
        `(#:phases (modify-phases %standard-phases
@@ -90,12 +90,6 @@
                       (lambda _
                         (substitute* "setup.py"
                           (("'python-magic',") ""))))
-                    ;; Patch in support for known tools
-                    (add-after 'unpack 'add-known-tools
-                      (lambda _
-                        (substitute* "diffoscope/external_tools.py"
-                          (("'debian': 'zstd'")
-                           "'debian': 'zstd', 'guix': 'zstd'"))))
                     ;; This test is broken because our `file` package has a
                     ;; bug in berkeley-db file type detection.
                     (add-after 'unpack 'remove-berkeley-test



reply via email to

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