1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

gnu: r-a4core: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-a4core): Update to 1.32.0.
This commit is contained in:
Ricardo Wurmus
2019-05-06 00:03:25 +02:00
parent 8bef9df4d4
commit b077e3db2a
+2 -2
View File
@@ -3064,14 +3064,14 @@ It allows searching of biological metadata using various criteria.")
(define-public r-a4core
(package
(name "r-a4core")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "a4Core" version))
(sha256
(base32
"1d62afxkfp9zbp59ijcn4wd1gdynygw013av41wq8bfm3cx6f9zr"))))
"1cr0d1w81iygil3pygqzigfb1a0hc248qd9vqvs0n537cxrxq7i7"))))
(properties `((upstream-name . "a4Core")))
(build-system r-build-system)
(propagated-inputs