gnu: python-vobject: Update to 0.9.5.

* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.5.
This commit is contained in:
Leo Famulari 2017-07-02 09:06:08 -04:00
parent 477aa33400
commit e00a59097e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -10218,13 +10218,13 @@ introspection of @code{zope.interface} instances in code.")
(define-public python-vobject
(package
(name "python-vobject")
(version "0.9.4.1")
(version "0.9.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "vobject" version))
(sha256
(base32
"0741h2cf743sbk89dpfm1yca26l4s159nzvy6vv8xg72nd7pvsps"))))
"0hqjgf3ay1m5w1c0k00g5yfpdz1zni5qnr5rh9b8fg9hjvhwlmhg"))))
(build-system python-build-system)
(arguments
'(;; The test suite relies on some non-portable Windows interfaces.