summary refs log tree commit diff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-23 11:28:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-23 22:39:14 +0200
commit5c49c38d9a6e9d8a60a41a6feaedb95e40c1264f (patch)
treea064ca1d82dc09c94a2c51d8bdc9b5300069796b /gnu/packages/diffoscope.scm
parentada6f396e4f6c75859e3d191f0f8362aa91a1761 (diff)
downloadguix-5c49c38d9a6e9d8a60a41a6feaedb95e40c1264f.tar.gz
gnu: diffoscope: Update to 175.
* gnu/packages/diffoscope.scm (diffoscope): Update to 175.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index b74b9d1b1a..21c78ae6f0 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "174")
+    (version "175")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16nvcvvps2gxr0b9wbfilrn4397cqkcm716zvhlx5hsbq6w6cx08"))))
+                "1qzdi9110mdm5af4nq1nwx9b1hrin9a1v3vhnxwrkyb7j0mvcg7v"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases