mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-biomart: Update to 2.36.1.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.36.1.
This commit is contained in:
parent
77f66feee7
commit
1763cba80e
1 changed files with 2 additions and 2 deletions
|
@ -7437,13 +7437,13 @@ (define-public r-annotationdbi
|
|||
(define-public r-biomart
|
||||
(package
|
||||
(name "r-biomart")
|
||||
(version "2.34.2")
|
||||
(version "2.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biomaRt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zlgs2zg0lmnk572p55n7m34nkxka8w10x8f2ndssjkffl2csy79"))))
|
||||
"0b70s350ffc74v3xz5c3jpazr9zxdb7gjmjfj7aghlsrizrspill"))))
|
||||
(properties
|
||||
`((upstream-name . "biomaRt")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue