guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: diffoscope: Update to 96.


From: Ludovic Courtès
Subject: 04/06: gnu: diffoscope: Update to 96.
Date: Sat, 16 Jun 2018 19:40:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 554eaae4a068c58ac401a22b97f1c1967052b68a
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 17 00:29:51 2018 +0200

    gnu: diffoscope: Update to 96.
    
    * gnu/packages/package-management.scm (diffoscope): Update to 96.
---
 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 6d99cdd..a9485a7 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -546,13 +546,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "95")
+    (version "96")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0aksxxivxli6l3fylxgl771hw0h7l8x35l76cmj0d12zgx54w0a1"))))
+                "1x66f2x8miy3giff14higpcs70c0zb5d3gj6yn8ac6p183sngl72"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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