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.48.0.
* gnu/packages/bioconductor.scm (r-zlibbioc): Update to 1.48.0. Change-Id: I1f2b8d76ff55e094c184ff964600a7fb6d5b0df7
This commit is contained in:
parent
299fd237c3
commit
c994a043c5
1 changed files with 2 additions and 2 deletions
|
@ -11276,13 +11276,13 @@ (define-public r-xvector
|
|||
(define-public r-zlibbioc
|
||||
(package
|
||||
(name "r-zlibbioc")
|
||||
(version "1.46.0")
|
||||
(version "1.48.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "zlibbioc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x3d5kihckqnfjkc7dxk6mc194vwwr03jfjx2qh15g5494gfmm53"))))
|
||||
"043xwgw3yclxnxlfl7fdwf7qf7fajzvqdv34qxnngxj9wpgha3gv"))))
|
||||
(properties
|
||||
`((upstream-name . "zlibbioc")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue