gnu: r-biomartr: Update to 1.0.3.

* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.3.
This commit is contained in:
Ricardo Wurmus 2023-05-09 14:25:45 +02:00
parent 7668d7f16b
commit bd3ef47877
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5802,13 +5802,13 @@ (define-public r-biomart
(define-public r-biomartr
(package
(name "r-biomartr")
(version "1.0.2")
(version "1.0.3")
(source (origin
(method url-fetch)
(uri (cran-uri "biomartr" version))
(sha256
(base32
"0hr7wks88lbfcqzjzm4x265dk4lpmc3i2ndp7xcrx8ssj76wrmkz"))))
"093v32r6s9sn7yisa4fdwgjif313ap19nvq0sbsgj2482k646d55"))))
(properties `((upstream-name . "biomartr")))
(build-system r-build-system)
(propagated-inputs