mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pybigwig: Update to 0.3.17.
* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.17.
This commit is contained in:
parent
d3f292b8dc
commit
4a085ffc16
1 changed files with 2 additions and 2 deletions
|
@ -2399,13 +2399,13 @@ files.")
|
||||||
(define-public python-pybigwig
|
(define-public python-pybigwig
|
||||||
(package
|
(package
|
||||||
(name "python-pybigwig")
|
(name "python-pybigwig")
|
||||||
(version "0.3.12")
|
(version "0.3.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyBigWig" version))
|
(uri (pypi-uri "pyBigWig" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00w4kfnm2c5l7wdwr2nj1z5djv8kzgf7h1zhsgv6njff1rwr26g0"))
|
"157x6v48y299zm382krf1dw08fdxg95im8lnabhp5vc94s04zxj1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue