gnu: diffoscope: Update to 172.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 2 Apr 2021 23:10:59 +0000 (01:10 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 3 Apr 2021 18:07:37 +0000 (20:07 +0200)
* gnu/packages/diffoscope.scm (diffoscope): Update to 172.

gnu/packages/diffoscope.scm

index 0b2779d..d5f782e 100644 (file)
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "171")
+    (version "172")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1niz481s8i86ql56kfmnyzh0nwinhpzhprfkljwdprqi6hc63v0c"))))
+                "1lglxn9h8s7kvmfd2rsyhrcv3y8a4bppbxr9nf2sgnlbdln1vwqq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases