gnu: itstool: Update to 2.0.6.

* gnu/packages/glib.scm (itstool): Update to 2.0.6.
[inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON.
* gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON.
This commit is contained in:
Marius Bakke 2019-07-07 17:00:45 +02:00
parent 53ffc043af
commit d7b63ba92d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
2 changed files with 5 additions and 7 deletions

View File

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

View File

@ -3871,9 +3871,7 @@ for application developers.")
("gst-plugins-good" ,gst-plugins-good) ("gst-plugins-good" ,gst-plugins-good)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("adwaita-icon-theme" ,adwaita-icon-theme) ("adwaita-icon-theme" ,adwaita-icon-theme)
;; XXX We use python-2 because libxml2 because itstool (which needs ("python" ,python)
;; libxml) currently uses python-2.
("python" ,python-2)
("python-pygobject" ,python2-pygobject) ("python-pygobject" ,python2-pygobject)
;; XXX TODO pylint needed for python support ;; XXX TODO pylint needed for python support
("totem-pl-parser" ,totem-pl-parser) ("totem-pl-parser" ,totem-pl-parser)