gnu: python-xopen: Update to 0.3.3.

* gnu/packages/python.scm (python-xopen): Update to 0.3.3.
master
Tobias Geerinckx-Rice 2018-06-30 01:59:26 +02:00
parent af029a80dd
commit e0e7ea7459
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -10426,14 +10426,14 @@ network.")
(define-public python-xopen (define-public python-xopen
(package (package
(name "python-xopen") (name "python-xopen")
(version "0.3.2") (version "0.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "xopen" version)) (uri (pypi-uri "xopen" version))
(sha256 (sha256
(base32 (base32
"0bzjmn3rl1cd3d2q39cjwnkhaspk2b0hfj3rl64pclm44ihg5fb6")) "1a0wbil552wsmklwd89ssmgz3pjd86qa9i7jh8wqb9wslc8a2qjr"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/marcelm/xopen/") (home-page "https://github.com/marcelm/xopen/")