gnu: python-vobject: Update to 0.9.2.

* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.2.
This commit is contained in:
Leo Famulari 2016-04-17 14:32:59 -04:00
parent 67157996e2
commit 9bed9b150d
1 changed files with 2 additions and 2 deletions

View File

@ -8258,13 +8258,13 @@ introspection of @code{zope.interface} instances in code.")
(define-public python-vobject (define-public python-vobject
(package (package
(name "python-vobject") (name "python-vobject")
(version "0.9.1") (version "0.9.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "vobject" version)) (uri (pypi-uri "vobject" version))
(sha256 (sha256
(base32 (base32
"1cwzjnrdr9yg2x21wbf3kf59ibnchvj33mygd69yzi178a9gs9gz")))) "1qfnwlx8qwkgr6nf5wvl6ff1r3kll53dh3z6nyp173nmlhhhqccb"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-dateutil-2" ,python-dateutil-2) `(("python-dateutil-2" ,python-dateutil-2)