mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "python-sparse")
|
||||
(version "0.12.0")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05lmzckv69cvxavhdr36k803bgr5dl04cppglid1l880xswc759c"))))
|
||||
"05ar1lhq1yy4nb78s7vpb1wz4ac4kj0r4lrd7yrf23kpmaacjpb8"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue