mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-zlibbioc: Update to 1.32.0.
* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.32.0.
This commit is contained in:
parent
108c03a8eb
commit
2f15045400
1 changed files with 2 additions and 2 deletions
|
@ -8271,13 +8271,13 @@ (define-public r-qtl2
|
||||||
(define-public r-zlibbioc
|
(define-public r-zlibbioc
|
||||||
(package
|
(package
|
||||||
(name "r-zlibbioc")
|
(name "r-zlibbioc")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "zlibbioc" version))
|
(uri (bioconductor-uri "zlibbioc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h0a2ps2rfk9azzps7p23sxj5z1giv8gcx0ypzgyz7fkr4xi9z7k"))))
|
"1xh7qan0w62mzsmanbx9vcj6ygdfhzw1abaxijkq7f4nh5w87idj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "zlibbioc")))
|
`((upstream-name . "zlibbioc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue