mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: diffoscope: Update to 250.
* gnu/packages/diffoscope.scm (diffoscope): Update to 250. [native-inputs]: Add html2text and u-boot-tools. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
82abf6ddad
commit
92498fad27
1 changed files with 4 additions and 2 deletions
|
@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version "247")
|
(version "250")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -83,7 +83,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 "0c81pvdq0bz47sk3gcgpm2l3g5hxdi2s1jz05krv1cr2bd0sfq4j"))))
|
(base32 "12cdsgxlva1gcry16w9x44ji9asar1n8p9q6rv2jd1gr9fi6l0sz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -188,6 +188,7 @@ (define (bin command)
|
||||||
gnumeric
|
gnumeric
|
||||||
gnupg
|
gnupg
|
||||||
hdf5
|
hdf5
|
||||||
|
html2text
|
||||||
imagemagick
|
imagemagick
|
||||||
libarchive
|
libarchive
|
||||||
llvm
|
llvm
|
||||||
|
@ -206,6 +207,7 @@ (define (bin command)
|
||||||
sqlite
|
sqlite
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
tcpdump
|
tcpdump
|
||||||
|
u-boot-tools
|
||||||
unzip
|
unzip
|
||||||
wabt
|
wabt
|
||||||
xxd
|
xxd
|
||||||
|
|
Loading…
Reference in a new issue