diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-17 23:24:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-17 23:43:14 +0100 |
commit | 3a317f7476f8c6012e166ff9f340f861938721c9 (patch) | |
tree | 946e398c37912cfc03be7306951ae87bfeb130fa /gnu/packages/diffoscope.scm | |
parent | gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2. (diff) | |
parent | gnu: julia: Update to 1.6.3. (diff) | |
download | guix-3a317f7476f8c6012e166ff9f340f861938721c9.tar.gz guix-3a317f7476f8c6012e166ff9f340f861938721c9.tar.bz2 guix-3a317f7476f8c6012e166ff9f340f861938721c9.tar.xz |
Merge branch 'master' into core-updates-frozen
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 26ae8edcd1..07b3d1444b 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
@@ -73,7 +73,7 @@ | |||
73 | (define-public diffoscope | 73 | (define-public diffoscope |
74 | (package | 74 | (package |
75 | (name "diffoscope") | 75 | (name "diffoscope") |
76 | (version "190") | 76 | (version "192") |
77 | (source | 77 | (source |
78 | (origin | 78 | (origin |
79 | (method git-fetch) | 79 | (method git-fetch) |
@@ -82,7 +82,7 @@ | |||
82 | (commit version))) | 82 | (commit version))) |
83 | (file-name (git-file-name name version)) | 83 | (file-name (git-file-name name version)) |
84 | (sha256 | 84 | (sha256 |
85 | (base32 "10q93qybwqf2nzj3iakw1pxhccq10ixm9fn7xgdr4p88qb0wchb5")) | 85 | (base32 "1anj90r7nvdd7vscx27xnh7vivhq16gxg9cffpwb4w7i02ij5w6b")) |
86 | (patches | 86 | (patches |
87 | (search-patches "diffoscope-fix-llvm-test.patch")))) | 87 | (search-patches "diffoscope-fix-llvm-test.patch")))) |
88 | (build-system python-build-system) | 88 | (build-system python-build-system) |