mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-sortedcontainers: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-sortedcontainers): Update to 2.1.0.
This commit is contained in:
parent
981bd6e69c
commit
b244f166b9
1 changed files with 2 additions and 2 deletions
|
@ -15771,14 +15771,14 @@ (define-public python-cytoolz
|
|||
(define-public python-sortedcontainers
|
||||
(package
|
||||
(name "python-sortedcontainers")
|
||||
(version "2.0.4")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sortedcontainers" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10hrk2k0hbf9x78vd3f0lj277m1yzfhzzxr0hja718liwb398wk0"))))
|
||||
"0fm0w5id2yhqld95hg2m636vjgkz377rvgdfqaxc25vbylr9lklp"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-tox" ,python-tox)))
|
||||
|
|
Loading…
Reference in a new issue