civodul pushed a commit to branch master
in repository guix.

commit 8e5c59868c3d616ffc4e58a1c3bdb76155973b4b
Author: Ludovic Courtès <[email protected]>
Date:   Sat Nov 3 15:16:02 2018 +0100

    gnu: diffoscope: Update to 104.
    
    * gnu/packages/package-management.scm (diffoscope): Update to 104.
---
 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 fd01545..2843722 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -570,13 +570,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "102")
+    (version "104")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0v2z98xx7n4viw12yq83flpb9ir5ahy1gn44pic0i3dam18xhcm6"))))
+                "0vnfhnvqvdwgh1sh2lmwad8jk2vjvq76p5xm3pfgxdik2yblmvqd"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

Reply via email to