Archived
1
0
Fork 0

gnu: python-vobject: Update to 0.9.6.1.

* gnu/packages/python-xyz.scm (python-vobject): Update to 0.9.6.1.
This commit is contained in:
Efraim Flashner 2020-04-16 22:19:07 +03:00
parent 2765787d65
commit c1c2fa68df
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10265,13 +10265,13 @@ programmatically interfacing with your system's $EDITOR.")
(define-public python-vobject (define-public python-vobject
(package (package
(name "python-vobject") (name "python-vobject")
(version "0.9.5") (version "0.9.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "vobject" version)) (uri (pypi-uri "vobject" version))
(sha256 (sha256
(base32 (base32
"0hqjgf3ay1m5w1c0k00g5yfpdz1zni5qnr5rh9b8fg9hjvhwlmhg")))) "0081g4gngw28j7vw8101jk600wz4gzfrhf5myrqvn2mrfkn2llcn"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; The test suite relies on some non-portable Windows interfaces. '(;; The test suite relies on some non-portable Windows interfaces.
@ -10282,7 +10282,7 @@ programmatically interfacing with your system's $EDITOR.")
(synopsis "Parse and generate vCard and vCalendar files") (synopsis "Parse and generate vCard and vCalendar files")
(description "Vobject is intended to be a full featured Python package for (description "Vobject is intended to be a full featured Python package for
parsing and generating vCard and vCalendar files. Currently, iCalendar files parsing and generating vCard and vCalendar files. Currently, iCalendar files
are supported and well tested. vCard 3.0 files are supported, and all data are supported and well tested. vCard 3.0 files are supported, and all data
should be imported, but only a few components are understood in a sophisticated should be imported, but only a few components are understood in a sophisticated
way.") way.")
(home-page "https://eventable.github.io/vobject/") (home-page "https://eventable.github.io/vobject/")