mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-biocset: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-biocset): Update to 1.10.0.
This commit is contained in:
parent
d5875494dd
commit
22300462dd
1 changed files with 2 additions and 2 deletions
|
@ -13253,14 +13253,14 @@ (define-public r-biocpkgtools
|
|||
(define-public r-biocset
|
||||
(package
|
||||
(name "r-biocset")
|
||||
(version "1.8.1")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocSet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x5ar9byr85iap2x6y66j31fi17wr31awx1gl3z01sckp0dldx6w"))))
|
||||
"1ghba7020inrdxlbrrgds9gjymjxjma2p89b9lgkjin89zalqglh"))))
|
||||
(properties `((upstream-name . "BiocSet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue