gnu: python-xopen: Update to 0.5.0.
* gnu/packages/python-xyz.scm (python-xopen): Update to 0.5.0.
This commit is contained in:
parent
6994e67436
commit
24d6498972
|
@ -10836,16 +10836,17 @@ network.")
|
||||||
(define-public python-xopen
|
(define-public python-xopen
|
||||||
(package
|
(package
|
||||||
(name "python-xopen")
|
(name "python-xopen")
|
||||||
(version "0.3.3")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "xopen" version))
|
(uri (pypi-uri "xopen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a0wbil552wsmklwd89ssmgz3pjd86qa9i7jh8wqb9wslc8a2qjr"))
|
"17xbrgi23l87yg6h0qcknssp2q812miiy33qw6v45v5gx0jwv5xh"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(home-page "https://github.com/marcelm/xopen/")
|
(home-page "https://github.com/marcelm/xopen/")
|
||||||
(synopsis "Open compressed files transparently")
|
(synopsis "Open compressed files transparently")
|
||||||
(description "This module provides an @code{xopen} function that works like
|
(description "This module provides an @code{xopen} function that works like
|
||||||
|
|
Loading…
Reference in New Issue