gnu: r-biomartr: Update to 1.0.3.
* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.3.master
parent
7668d7f16b
commit
bd3ef47877
|
@ -5802,13 +5802,13 @@ powerful online queries from gene annotation to database mining.")
|
||||||
(define-public r-biomartr
|
(define-public r-biomartr
|
||||||
(package
|
(package
|
||||||
(name "r-biomartr")
|
(name "r-biomartr")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "biomartr" version))
|
(uri (cran-uri "biomartr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hr7wks88lbfcqzjzm4x265dk4lpmc3i2ndp7xcrx8ssj76wrmkz"))))
|
"093v32r6s9sn7yisa4fdwgjif313ap19nvq0sbsgj2482k646d55"))))
|
||||||
(properties `((upstream-name . "biomartr")))
|
(properties `((upstream-name . "biomartr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue