gnu: python-sparse: Update to 0.13.0.

* gnu/packages/python-xyz.scm (python-sparse): Update to 0.13.0.
This commit is contained in:
Ricardo Wurmus 2021-12-07 13:16:47 +01:00
parent 224d1c5818
commit c08d6e63a0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5533,14 +5533,14 @@ (define-public python-colormath
(define-public python-sparse (define-public python-sparse
(package (package
(name "python-sparse") (name "python-sparse")
(version "0.12.0") (version "0.13.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sparse" version)) (uri (pypi-uri "sparse" version))
(sha256 (sha256
(base32 (base32
"05lmzckv69cvxavhdr36k803bgr5dl04cppglid1l880xswc759c")))) "05ar1lhq1yy4nb78s7vpb1wz4ac4kj0r4lrd7yrf23kpmaacjpb8"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases