me
/
guix
Archived
1
0
Fork 0

gnu: python-vobject: Update to 0.9.4.1.

* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
master
Tobias Geerinckx-Rice 2017-06-18 19:01:53 +02:00
parent 7641266b03
commit 0b84a530c8
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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