diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-29 20:19:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:54 +0100 |
commit | c6a15cf7566ce939c323cb4eac114fb156756237 (patch) | |
tree | 418a83de6daea88416d97a63692ff970a330eb9c /gnu | |
parent | 588698c92b636251a5063633aa1e3e55b86b3222 (diff) |
gnu: diffoscope: Update to 194.
* gnu/packages/diffoscope.scm (diffoscope): Update to 194.
Diffstat (limited to 'gnu')
-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 6498a5e63e..bd35b5aec5 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -73,7 +73,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "192") + (version "194") (source (origin (method git-fetch) @@ -82,7 +82,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1anj90r7nvdd7vscx27xnh7vivhq16gxg9cffpwb4w7i02ij5w6b")) + (base32 "106ynj34cp5kcqdxrsb4cyskf0lv0sdghyayq1xiardy4p4jafcr")) (patches (search-patches "diffoscope-fix-llvm-test.patch")))) (build-system python-build-system) |