mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-zlibbioc: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-zlibbioc): Update to 1.46.0.
This commit is contained in:
parent
d9a9bcf5c6
commit
61b9cc9b50
1 changed files with 2 additions and 2 deletions
|
@ -9697,13 +9697,13 @@ (define-public r-xvector
|
|||
(define-public r-zlibbioc
|
||||
(package
|
||||
(name "r-zlibbioc")
|
||||
(version "1.44.0")
|
||||
(version "1.46.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "zlibbioc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c75mf0iw6bgwrn3zxpz1dz03aw7p6a1mfhssk6i1mp24avic9lb"))))
|
||||
"0x3d5kihckqnfjkc7dxk6mc194vwwr03jfjx2qh15g5494gfmm53"))))
|
||||
(properties
|
||||
`((upstream-name . "zlibbioc")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue