gnu: r-bioassayr: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-bioassayr): Update to 1.32.1.
This commit is contained in:
parent
04e2461e26
commit
76d7f23d04
1 changed files with 2 additions and 2 deletions
|
|
@ -11756,14 +11756,14 @@ searching and clustering.")
|
||||||
(define-public r-bioassayr
|
(define-public r-bioassayr
|
||||||
(package
|
(package
|
||||||
(name "r-bioassayr")
|
(name "r-bioassayr")
|
||||||
(version "1.32.0")
|
(version "1.32.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bioassayR" version))
|
(uri (bioconductor-uri "bioassayR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nfp1alva6qim5rbhg9j9w97p2n4z21ghr4j489lqklkcs4d030f"))))
|
"0pa8d7p9asp36wddkg779i3b9m12rxik56c54bmclnammr0cz89i"))))
|
||||||
(properties `((upstream-name . "bioassayR")))
|
(properties `((upstream-name . "bioassayR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue