mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biomartr: Update to 1.0.7.
* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.7. Change-Id: I7f02a92d86506b4fbca950a13ed106753e1b7f76
This commit is contained in:
parent
633db77deb
commit
c544f5ce82
1 changed files with 2 additions and 2 deletions
|
@ -6563,13 +6563,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.6")
|
(version "1.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "biomartr" version))
|
(uri (cran-uri "biomartr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06wd8s2cssw58xp9d078fc7iycpxryccnclrk3gnh757j1h0vzim"))))
|
"0ic6qbk2xmgrcc0xhxyhjafp1xbf2c5dpbqqrbkprrhynr8mq7cx"))))
|
||||||
(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
Add a link
Reference in a new issue