guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: diffoscope: Update to 214.


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 214.
Date: Fri, 27 May 2022 18:19:06 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 83f444de56 gnu: diffoscope: Update to 214.
83f444de56 is described below

commit 83f444de56957ff6a6fa76605c73a57ea76c6e3c
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Fri May 27 14:43:31 2022 -0700

    gnu: diffoscope: Update to 214.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 214.
      [arguments]: Remove 'xb-tool-external-tool phase.
---
 gnu/packages/diffoscope.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index bd091fedfc..16e3b2a481 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "213")
+    (version "214")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "075zrraj7pibwgi731pa506pkq5i06mpilqa03w3dd548b1jc9py"))
+        (base32 "05vzvs8yn963wzxmnqifj0zsa9scxcq3iqrq9msm0vqznb1xgp7q"))
        (patches
         (search-patches "diffoscope-fix-llvm-test.patch"))))
     (build-system python-build-system)
@@ -111,13 +111,6 @@
                          (string-append "['" (which "stat") "',"))
                         (("\\['getfacl',")
                          (string-append "['" (which "getfacl") "',")))))
-                  (add-after 'unpack 'xb-tool-external-tool
-                    ;; Fixed upstream, remove this phase when updating to
-                    ;; diffoscope 213
-                    (lambda _
-                      (substitute* "diffoscope/external_tools.py"
-                        ((".debian.: .libxmlb-dev.")
-                         "\"debian\": \"libxmlb-dev\", \"guix\": 
\"libxmlb\""))))
                   (add-after 'build 'build-man-page
                     (lambda* (#:key (make-flags '()) #:allow-other-keys)
                       (apply invoke "make" "-C" "doc" make-flags)))



reply via email to

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