gnu: diffoscope: Update to 145.
authorVagrant Cascadian <vagrant@reproducible-builds.org>
Mon, 25 May 2020 22:39:10 +0000 (15:39 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 26 May 2020 00:27:06 +0000 (17:27 -0700)
* gnu/packages/diffoscope (diffoscope): Update to 145.

gnu/packages/diffoscope.scm

index 1df8552..0c78093 100644 (file)
@@ -70,7 +70,7 @@
   #:use-module (ice-9 match))
 
 (define-public diffoscope
-  (let ((version "143"))
+  (let ((version "145"))
     (package
       (name "diffoscope")
       (version version)
@@ -82,7 +82,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0j58dqdk8ln8y0bcnfy37ljs37nkl56lzxqns396300ysln0qiwm"))))
+                  "01n7q3q0hib4bd8gcq0yjghy5zhp0fh0bq1jxrn2ww8zyd4knmc3"))))
       (build-system python-build-system)
       (arguments
        `(#:phases (modify-phases %standard-phases