gnu: diffoscope: Update to 167.
authorVagrant Cascadian <vagrant@reproducible-builds.org>
Sun, 21 Feb 2021 23:29:59 +0000 (15:29 -0800)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 21 Feb 2021 23:31:18 +0000 (15:31 -0800)
* gnu/packages/diffoscope.scm (diffoscope): Update to 167.

gnu/packages/diffoscope.scm

index feb0324..c6af50e 100644 (file)
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "166")
+    (version "167")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vc4a38ii6b10af4c7cxfkvj4lk4ihx1xs4q5lshnkyg74gmm21b"))))
+                "0v0l299igvjsxz7xbsfl7kfqw958v56khzda1ixdsax6qrnqcf6m"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases