gnu: diffoscope: Update to 260.
* gnu/packages/diffoscope.scm (diffoscope): Update to 260. [native-inputs]: Add p7zip. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I2fcf6209a09dd1ba75e2b373f6f13aa69f7daaa6master
parent
e3072b457b
commit
199e7760f5
|
@ -74,7 +74,7 @@
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version "258")
|
(version "260")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wppshi18lyrgxxi8j06ij0qi31zdgqwjj6bycsyvipkc1cj6xhp"))))
|
(base32 "1yp32g2769mn91k6wx6fs7lhcfi1cdy54apkgfaf7ib6l0ji5hwv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -198,6 +198,7 @@
|
||||||
odt2txt
|
odt2txt
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
|
p7zip
|
||||||
pgpdump
|
pgpdump
|
||||||
poppler
|
poppler
|
||||||
python-jsbeautifier
|
python-jsbeautifier
|
||||||
|
|
Reference in New Issue