guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: diffoscope: Update to 94.


From: Ludovic Courtès
Subject: 05/05: gnu: diffoscope: Update to 94.
Date: Fri, 11 May 2018 12:44:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cbcdb777900618f0858e26c91415c603e2a44fb8
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 11 18:42:25 2018 +0200

    gnu: diffoscope: Update to 94.
    
    * gnu/packages/package-management.scm (diffoscope): Update to 94.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index fe53e67..1356480 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -544,13 +544,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "93")
+    (version "94")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0g90nf7817jk03hzk36l3hymky4xqs50iynfld3r0in7hffly5nj"))))
+                "07pcc4r9kz8zfr4pfkzk3ipgyv7m5h9vwicrzdgjpa87nbbdgjx6"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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