mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-go-db: Update to 3.3.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.3.0.
This commit is contained in:
parent
87a7c55ebd
commit
401528b2b5
1 changed files with 2 additions and 2 deletions
|
@ -5839,7 +5839,7 @@ (define-public r-genomicfeatures
|
|||
(define-public r-go-db
|
||||
(package
|
||||
(name "r-go-db")
|
||||
(version "3.2.2")
|
||||
(version "3.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.bioconductor.org/packages/"
|
||||
|
@ -5847,7 +5847,7 @@ (define-public r-go-db
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00gariag9ampz82dh0xllrc26r85d7vdcwc0vca5zdy147rwxr7f"))))
|
||||
"0x2hkbhg9d8waw32hdn05887vv3zbs5aqff3mf5vfyzvl7xhgxy0"))))
|
||||
(properties
|
||||
`((upstream-name . "GO.db")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue