mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-txdb-mmusculus-ucsc-mm10-knowngene: Update to 3.4.4.
* gnu/packages/bioinformatics.scm (r-txdb-mmusculus-ucsc-mm10-knowngene): Update to 3.4.4.
This commit is contained in:
parent
d34959b8d4
commit
51b262f310
1 changed files with 2 additions and 2 deletions
|
@ -8368,7 +8368,7 @@ (define-public r-bsgenome-mmusculus-ucsc-mm10
|
|||
(define-public r-txdb-mmusculus-ucsc-mm10-knowngene
|
||||
(package
|
||||
(name "r-txdb-mmusculus-ucsc-mm10-knowngene")
|
||||
(version "3.4.0")
|
||||
(version "3.4.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
|
@ -8379,7 +8379,7 @@ (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08gava9wsvpcqz51k2sni3pj03n5155v32d9riqbf305nbirqbkb"))))
|
||||
"01lgxc1fx5nhlpbwjd5zqghkkbmh6axd98ikx4b0spv0jdg6gf39"))))
|
||||
(properties
|
||||
`((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue