me
/
guix
Archived
1
0
Fork 0

Revert "gnu: itstool: Update to 2.0.4."

This reverts commit 13fbd174b5.
master
Marius Bakke 2017-11-02 22:59:58 +01:00
parent 77576be41f
commit ada53b1d50
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -395,19 +395,19 @@ The intltool collection can be used to do these things:
(define itstool (define itstool
(package (package
(name "itstool") (name "itstool")
(version "2.0.4") (version "2.0.2")
(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
"0q7b4qrc758zfx3adsgvz0r93swdbxjr42w37rahngm33nshihlp")))) "0fh34wi52i0qikgvlmrcpf1vx6gc1xqdad4539l4d9hikfsrz45z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxml2" ,libxml2) `(("libxml2" ,libxml2)
("python-libxml2" ,python-libxml2) ("python2-libxml2" ,python2-libxml2)
("python" ,python))) ("python-2" ,python-2)))
(arguments (arguments
'(#:phases '(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases