gnu: r-biodb: Update to 1.2.1.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.2.1.
This commit is contained in:
parent
13f8140290
commit
6a5e5bb9e2
1 changed files with 2 additions and 2 deletions
|
@ -14269,14 +14269,14 @@ the Bioconductor project.")
|
||||||
(define-public r-biodb
|
(define-public r-biodb
|
||||||
(package
|
(package
|
||||||
(name "r-biodb")
|
(name "r-biodb")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biodb" version))
|
(uri (bioconductor-uri "biodb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q343zbx341xdy634p50k7bj6byv8v2rqzy50nw75a79206pajl4"))))
|
"1z4adapsnpw6fwanihdz43r11ijypxs5wbndb1i98j8kb7wf308k"))))
|
||||||
(properties `((upstream-name . "biodb")))
|
(properties `((upstream-name . "biodb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue