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 190.


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 190.
Date: Fri, 05 Nov 2021 15:00:30 -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 3827c66  gnu: diffoscope: Update to 190.
3827c66 is described below

commit 3827c66dc1d9760f6f7f4753a518124075f10e64
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Fri Nov 5 11:21:12 2021 -0700

    gnu: diffoscope: Update to 190.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 190.
      [arguments]: Remove 'skip-python-tests 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 5a227d0..3f5928d 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -73,7 +73,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "189")
+    (version "190")
     (source
      (origin
        (method git-fetch)
@@ -82,7 +82,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dai9gwsr9xnficjy8myq6xr301y4iy82aidm936qsqjwrp8q1sm"))
+        (base32 "10q93qybwqf2nzj3iakw1pxhccq10ixm9fn7xgdr4p88qb0wchb5"))
        (patches
         (search-patches "diffoscope-fix-llvm-test.patch"))))
     (build-system python-build-system)
@@ -109,13 +109,6 @@
                          (string-append "['" (which "stat") "',"))
                         (("\\['getfacl',")
                          (string-append "['" (which "getfacl") "',")))))
-                  (add-after 'unpack 'skip-python-tests
-                    (lambda _
-                      ;; Python tests appear to assume python 3.9, remove
-                      ;; phase when python is upgraded
-                      (substitute* "tests/comparators/test_python.py"
-                        (("def test_identification")
-                         "def skip_test_identification"))))
                   (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]