gnu: r-biomvrcns: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-biomvrcns): Update to 1.44.0. Change-Id: I7a392cab724c7757b4e41e472fd9644031674ddb
This commit is contained in:
parent
65e8360b94
commit
3150174b01
1 changed files with 2 additions and 2 deletions
|
@ -24391,14 +24391,14 @@ design.")
|
||||||
(define-public r-biomvrcns
|
(define-public r-biomvrcns
|
||||||
(package
|
(package
|
||||||
(name "r-biomvrcns")
|
(name "r-biomvrcns")
|
||||||
(version "1.42.2")
|
(version "1.44.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biomvRCNS" version))
|
(uri (bioconductor-uri "biomvRCNS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1imni8lpjzf53w2q34ql0j9rwq6drbzxvs0nhzf6s172iqym2hq3"))))
|
"1wk0qagx9s2lxykc1fp7l35kl6q17lqy6x4fl2c57v3wa11f47mi"))))
|
||||||
(properties `((upstream-name . "biomvRCNS")))
|
(properties `((upstream-name . "biomvRCNS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue