mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-genomationdata: Update to 1.4.2.
* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.4.2.
This commit is contained in:
parent
7b5fc3a320
commit
005ca42396
1 changed files with 2 additions and 2 deletions
|
@ -5273,7 +5273,7 @@ (define-public r-genomation
|
|||
(define-public r-genomationdata
|
||||
(package
|
||||
(name "r-genomationdata")
|
||||
(version "1.4.0")
|
||||
(version "1.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
|
@ -5283,7 +5283,7 @@ (define-public r-genomationdata
|
|||
"genomationData_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xzq2j722d8lcn5bc3aq3yb34xwis2d0bpsf6jsq4xw1bg0bsy79"))))
|
||||
"1zl7gg144fs7zfycsmq5492sm1bqy7l527xbc2zj04schd9wsan2"))))
|
||||
(build-system r-build-system)
|
||||
;; As this package provides little more than large data files, it doesn't
|
||||
;; make sense to build substitutes.
|
||||
|
|
Loading…
Reference in a new issue