gnu: r-biomart: Update to 2.56.1.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.56.1.
This commit is contained in:
Ricardo Wurmus 2023-07-11 20:22:26 +02:00
parent 1f0633db11
commit 6604189891
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5857,13 +5857,13 @@ (define-public r-biobase
(define-public r-biomart
(package
(name "r-biomart")
(version "2.56.0")
(version "2.56.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"10cjysqnc1wr0ld3wjl79zv0irrmxb8hf03y63fbwcc43rjcgv07"))))
"0jqv2mv4ridi5lffva20a5s479bzpxhblyymricb17fd400rag8f"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)