gnu: r-biocset: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-biocset): Update to 1.8.1.
This commit is contained in:
parent
3cfeeace83
commit
ef5bbc3416
1 changed files with 2 additions and 2 deletions
|
|
@ -12027,14 +12027,14 @@ analytics on packages.")
|
||||||
(define-public r-biocset
|
(define-public r-biocset
|
||||||
(package
|
(package
|
||||||
(name "r-biocset")
|
(name "r-biocset")
|
||||||
(version "1.8.0")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocSet" version))
|
(uri (bioconductor-uri "BiocSet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ysm68gcalg3d91jx6vmdzra01vc6kvzqnvz557g3rnm0wkx12q6"))))
|
"1x5ar9byr85iap2x6y66j31fi17wr31awx1gl3z01sckp0dldx6w"))))
|
||||||
(properties `((upstream-name . "BiocSet")))
|
(properties `((upstream-name . "BiocSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue