gnu: diffoscope: Update to 106.
authorJulien Lepiller <julien@lepiller.eu>
Sun, 25 Nov 2018 11:55:07 +0000 (12:55 +0100)
committerJulien Lepiller <julien@lepiller.eu>
Sun, 25 Nov 2018 11:57:26 +0000 (12:57 +0100)
* gnu/packages/package-management.scm (diffoscope): Update to 106.

gnu/packages/package-management.scm

index be48aa0..46b0aa2 100644 (file)
@@ -569,13 +569,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "105")
+    (version "106")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0bqkwvrvlvybqfi73qv1k5xic2qzw5lv20imqadf1wc4l8vc0vq3"))))
+                "0qrfp7nha2n2s9h5ibcf7rqji1amh4cqbcf80m6anim6p3ik26da"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases