mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
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:
parent
224d1c5818
commit
c08d6e63a0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue