me
/
guix
Archived
1
0
Fork 0

gnu: python-xopen: Update to 0.8.2.

* gnu/packages/python-xyz.scm (python-xopen): Update to 0.8.2.
master
Ricardo Wurmus 2021-10-24 19:47:02 +00:00
parent 238f47c76f
commit 88919aa8a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 7 deletions

View File

@ -17237,14 +17237,14 @@ than during a preprocessing step).")
(define-public python-xopen (define-public python-xopen
(package (package
(name "python-xopen") (name "python-xopen")
(version "0.5.0") (version "0.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "xopen" version)) (uri (pypi-uri "xopen" version))
(sha256 (sha256
(base32 (base32
"17xbrgi23l87yg6h0qcknssp2q812miiy33qw6v45v5gx0jwv5xh")))) "1xrlcnd6fri3w97zzzp6vyk4l21yq1lc8r4wksi06hgpkbh4jdq0"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-setuptools-scm" ,python-setuptools-scm))) `(("python-setuptools-scm" ,python-setuptools-scm)))