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


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 170.
Date: Mon, 22 Mar 2021 23:12:44 -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 45dfcdb  gnu: diffoscope: Update to 170.
45dfcdb is described below

commit 45dfcdba86ff5cf31bdf6e07d73b161f5d7fac42
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Mon Mar 22 19:09:20 2021 -0700

    gnu: diffoscope: Update to 170.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 170.
      [arguments]: Remove skip-dex-test-with-missing-procyon 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 a249033..20ba927 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "168")
+    (version "170")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18rs4jfx50d7vkaqcc46r7pccgizp0is56267sq13vbfvz758dhh"))))
+                "0s1z4yc5d10ns4x28d2lm8py30r7sq4764q6b8yxcwxwfrjibmb0"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -121,13 +121,6 @@
                       ;; This requires /sbin to be in $PATH.
                       (delete-file "tests/test_tools.py")
                       #t))
-                  (add-before 'check 'skip-dex-test-with-missing-procyon
-                    (lambda _
-                      ;; This test actually requires procyon decompiler
-                      (substitute* "tests/comparators/test_dex.py"
-                        (("skip_unless_tools_exist.\"enjarify\", \"zipinfo\", 
\"javap\"")
-                         "skip_unless_tools_exist(\"enjarify\", \"zipinfo\", 
\"javap\", \"procyon\""))
-                     #t))
                   (add-after 'install 'install-man-page
                     (lambda* (#:key outputs #:allow-other-keys)
                       (let* ((out (assoc-ref outputs "out"))



reply via email to

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