mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: r-biomart: Update to 2.56.1.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.56.1.
This commit is contained in:
parent
1f0633db11
commit
6604189891
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue