mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: diffoscope: Update to 299.
* gnu/packages/diffoscope.scm (diffoscope): Update to 299. [native-inputs]: Add python-defusedxml. Change-Id: I87d3d9738469974cc6721bc8e554db5e82caef3b
This commit is contained in:
parent
ab75799420
commit
0a5d93cdfe
1 changed files with 4 additions and 2 deletions
|
@ -65,6 +65,7 @@
|
|||
#:use-module (gnu packages video)
|
||||
#:use-module (gnu packages vim)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages xml)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix gexp)
|
||||
|
@ -77,7 +78,7 @@
|
|||
(define-public diffoscope
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version "297")
|
||||
(version "299")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -86,7 +87,7 @@
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17ziwnjlsajliky9fvjy6gb0zcyqsp5lk08qjafhfz1dskn08x2x"))))
|
||||
(base32 "0v9clys2w3kmqc3z1q4vsri66z31k9pcyizrsx82cydfwv98iscj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -168,6 +169,7 @@
|
|||
binwalk
|
||||
python-pytest
|
||||
python-chardet
|
||||
python-defusedxml
|
||||
python-h5py
|
||||
python-pypdf
|
||||
python-progressbar33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue