gnu: itstool: Update to 2.0.7.
* gnu/packages/glib.scm (itstool): Update to 2.0.7.master
parent
b6434306b5
commit
0d6e7e54ed
|
@ -595,14 +595,14 @@ The intltool collection can be used to do these things:
|
||||||
(define itstool
|
(define itstool
|
||||||
(package
|
(package
|
||||||
(name "itstool")
|
(name "itstool")
|
||||||
(version "2.0.6")
|
(version "2.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://files.itstool.org/itstool/itstool-"
|
(uri (string-append "http://files.itstool.org/itstool/itstool-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1acjgf8zlyk7qckdk19iqaca4jcmywd7vxjbcs1mm6kaf8icqcv2"))))
|
"1jl7gsr7aclb9nvqazr039m86y7f7ivfhl2pixcrbfqjkb97r6kb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxml2 python-libxml2 python))
|
(list libxml2 python-libxml2 python))
|
||||||
|
|
Reference in New Issue