1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

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

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.