gnu: r-chromstar: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-chromstar): Update to 1.22.0.master
parent
93b59aca4c
commit
80f63620c5
|
@ -15037,14 +15037,14 @@ the earlier snpMatrix package, allowing for uncertainty in genotypes.")
|
||||||
(define-public r-chromstar
|
(define-public r-chromstar
|
||||||
(package
|
(package
|
||||||
(name "r-chromstar")
|
(name "r-chromstar")
|
||||||
(version "1.20.2")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "chromstaR" version))
|
(uri (bioconductor-uri "chromstaR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1akcmxzn4j9ph4n3lsgfh8fh8hrb28jjamz037w59bsdkcv6wyjq"))))
|
"1xjwmnr4hk8v3nwvhqd6ixk5qr2dv0n4mb9wd6nl7cgjfhjsdgj7"))))
|
||||||
(properties `((upstream-name . "chromstaR")))
|
(properties `((upstream-name . "chromstaR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue