mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: diffoscope: Update to 233.
* gnu/packages/diffoscope.scm (diffoscope): Update to 233. [native-inputs]: Add lzip and python-pypdf, drop python-pypdf2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
f8400b2cbd
commit
eea8a872ff
1 changed files with 4 additions and 3 deletions
|
@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version "224")
|
(version "233")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -84,7 +84,7 @@ (define-public diffoscope
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qdivsf4yygg2az5018pw0q4169zas3hfqjydd0q3bhdrfpl0q4q"))
|
(base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "diffoscope-fix-llvm-test.patch"))))
|
(search-patches "diffoscope-fix-llvm-test.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
@ -160,7 +160,7 @@ (define-public diffoscope
|
||||||
python-pytest
|
python-pytest
|
||||||
python-chardet
|
python-chardet
|
||||||
python-h5py
|
python-h5py
|
||||||
python-pypdf2
|
python-pypdf
|
||||||
python-progressbar33
|
python-progressbar33
|
||||||
|
|
||||||
abootimg
|
abootimg
|
||||||
|
@ -195,6 +195,7 @@ (define-public diffoscope
|
||||||
libarchive
|
libarchive
|
||||||
llvm-9
|
llvm-9
|
||||||
lz4
|
lz4
|
||||||
|
lzip
|
||||||
ocaml
|
ocaml
|
||||||
odt2txt
|
odt2txt
|
||||||
openssh
|
openssh
|
||||||
|
|
Loading…
Reference in a new issue