mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cooler: Update to 0.9.3.
* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.9.3. Change-Id: I4b89d552a424e74f76cda0c527dc7b712b8c9f31
This commit is contained in:
parent
57f265f1ea
commit
332a8fa4bc
1 changed files with 2 additions and 2 deletions
|
@ -17838,14 +17838,14 @@ fasta subsequences.")
|
||||||
(define-public python-cooler
|
(define-public python-cooler
|
||||||
(package
|
(package
|
||||||
(name "python-cooler")
|
(name "python-cooler")
|
||||||
(version "0.9.1")
|
(version "0.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cooler" version))
|
(uri (pypi-uri "cooler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0capn4jj3mkxfwcc65cg644zvrv4sqr2wxr0ylx5w767jx3yb7p2"))))
|
"0qqb0i5449r6w871klsbjzxsjhdkpsaas3hvs9f1hc7ssrkf1vi1"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue