me
/
guix
Archived
1
0
Fork 0

gnu: r-biomartr: Update to 1.0.5.

* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.5.
master
Ricardo Wurmus 2023-10-05 13:34:40 +02:00
parent 3fba8cd274
commit 8c22cc96f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6235,13 +6235,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biomartr
(package
(name "r-biomartr")
(version "1.0.4")
(version "1.0.5")
(source (origin
(method url-fetch)
(uri (cran-uri "biomartr" version))
(sha256
(base32
"0hv4z6ycmn58ha7j7zfmyhvs2i37cm48gcalg19dli2kaw1c4210"))))
"14nw44dkyrfw43dc4zwsnvkrmdhsl131m9w1wa80j3qkbhyaypfl"))))
(properties `((upstream-name . "biomartr")))
(build-system r-build-system)
(propagated-inputs