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 | gnu: Go 1.17: Update to 1.17.6. (diff) | |
download | guix-c18b9d3d4cc16276b919f1c3d04b9fcb5602f8b9.tar.gz guix-c18b9d3d4cc16276b919f1c3d04b9fcb5602f8b9.tar.bz2 guix-c18b9d3d4cc16276b919f1c3d04b9fcb5602f8b9.tar.xz |
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 @@ | |||
74 | (define-public diffoscope | 74 | (define-public diffoscope |
75 | (package | 75 | (package |
76 | (name "diffoscope") | 76 | (name "diffoscope") |
77 | (version "198") | 77 | (version "199") |
78 | (source | 78 | (source |
79 | (origin | 79 | (origin |
80 | (method git-fetch) | 80 | (method git-fetch) |
@@ -83,7 +83,7 @@ | |||
83 | (commit version))) | 83 | (commit version))) |
84 | (file-name (git-file-name name version)) | 84 | (file-name (git-file-name name version)) |
85 | (sha256 | 85 | (sha256 |
86 | (base32 "0c4n7xl28cx5i42i8v04pv2jx2yn0n4sh14qpjx6j3z77rwxam2i")) | 86 | (base32 "0wy1nd52a4rzqhhdcdi3pfgrixz3w3q7qfc9mpc9zraq5cj94l7n")) |
87 | (patches | 87 | (patches |
88 | (search-patches "diffoscope-fix-llvm-test.patch")))) | 88 | (search-patches "diffoscope-fix-llvm-test.patch")))) |
89 | (build-system python-build-system) | 89 | (build-system python-build-system) |