gnu: diffoscope: Update to 112.
authorVagrant Cascadian <vagrant@reproducible-builds.org>
Tue, 26 Feb 2019 01:30:26 +0000 (17:30 -0800)
committerLeo Famulari <leo@famulari.name>
Tue, 26 Feb 2019 02:33:45 +0000 (21:33 -0500)
* gnu/packages/package-management (diffoscope): Update to 112.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/package-management.scm

index 477e977..5a455ac 100644 (file)
@@ -548,13 +548,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "111")
+    (version "112")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0sgqx3n0ny75bvcw10pfx61z67mdk5hx3mblw4gqnn2h9vc74qz1"))))
+                "00ry8iczfv85qyfxmarxpgdq2h5jfj41z8sl9005brk937a7p2fk"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases