me
/
guix
Archived
1
0
Fork 0

gnu: r-biomartr: Update to 1.0.7.

* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.7.

Change-Id: I7f02a92d86506b4fbca950a13ed106753e1b7f76
Ricardo Wurmus 2023-12-15 12:16:39 +01:00
parent 633db77deb
commit c544f5ce82
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6563,13 +6563,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biomartr
(package
(name "r-biomartr")
(version "1.0.6")
(version "1.0.7")
(source (origin
(method url-fetch)
(uri (cran-uri "biomartr" version))
(sha256
(base32
"06wd8s2cssw58xp9d078fc7iycpxryccnclrk3gnh757j1h0vzim"))))
"0ic6qbk2xmgrcc0xhxyhjafp1xbf2c5dpbqqrbkprrhynr8mq7cx"))))
(properties `((upstream-name . "biomartr")))
(build-system r-build-system)
(propagated-inputs