1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: diffoscope: Update to 188.

* gnu/packages/diffoscope.scm (diffoscope): Update to 188.
This commit is contained in:
Ricardo Wurmus
2021-10-24 15:09:06 +00:00
parent b142611b36
commit 7f151c9bd8

View File

@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "186")
(version "188")
(source
(origin
(method git-fetch)
@@ -81,7 +81,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qlll5jn76ci5jy915v2kvyngfyycwylxpbdylffzaninvdy3dav"))
(base32 "1byd28ihni5g0ikjjcsq68smj1rw33vv9z0cymqa4ds670c77yvn"))
(patches
(search-patches "diffoscope-fix-test_item3_deflate_llvm_bitcode.patch"))))
(build-system python-build-system)