diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-10 06:08:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-09 21:58:34 +0100 |
commit | c18b9d3d4cc16276b919f1c3d04b9fcb5602f8b9 (patch) | |
tree | 6f5f8cbfa569f22744e233c60f362875cac2f968 /gnu/packages/diffoscope.scm | |
parent | 253ce9f71d656908a5f7b8638c4fe7e875dbc5b2 (diff) | |
download | guix-c18b9d3d4cc16276b919f1c3d04b9fcb5602f8b9.tar.gz |
gnu: diffoscope: Update to 199.
* gnu/packages/diffoscope.scm (diffoscope): Update to 199.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 472f28494e..9782f37cd6 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "198") + (version "199") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0c4n7xl28cx5i42i8v04pv2jx2yn0n4sh14qpjx6j3z77rwxam2i")) + (base32 "0wy1nd52a4rzqhhdcdi3pfgrixz3w3q7qfc9mpc9zraq5cj94l7n")) (patches (search-patches "diffoscope-fix-llvm-test.patch")))) (build-system python-build-system) |