Archived
1
0
Fork 0

gnu: r-biocparallel: Update to 1.24.1.

* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.24.1.
This commit is contained in:
Roel Janssen 2020-11-18 16:01:34 +01:00 committed by Ricardo Wurmus
parent 4fac3fe67d
commit 444b101dc2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8185,13 +8185,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.22.0")
(version "1.24.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"1lsg5xm5j3ly5k60fidzhkgqc9jgscyfkqngjvd9qp6yfzvsb82g"))))
"1iryicvmcagcrj29kp49mqhiq2kn72j4idj380hi9illmdrg9ism"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)