mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: r-biomartr: Update to 1.0.4.
* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.4.
This commit is contained in:
parent
49fe6b3d66
commit
347e3b1b75
1 changed files with 2 additions and 2 deletions
|
@ -5895,13 +5895,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.3")
|
(version "1.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "biomartr" version))
|
(uri (cran-uri "biomartr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"093v32r6s9sn7yisa4fdwgjif313ap19nvq0sbsgj2482k646d55"))))
|
"0hv4z6ycmn58ha7j7zfmyhvs2i37cm48gcalg19dli2kaw1c4210"))))
|
||||||
(properties `((upstream-name . "biomartr")))
|
(properties `((upstream-name . "biomartr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue