mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-vobject: Update to 0.9.4.1.
* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
This commit is contained in:
parent
7641266b03
commit
0b84a530c8
1 changed files with 2 additions and 2 deletions
|
@ -10201,13 +10201,13 @@ (define-public python2-psycopg2
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue