mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-seqminer: Update to 8.5.
* gnu/packages/cran.scm (r-seqminer): Update to 8.5.
This commit is contained in:
parent
903fce1a4a
commit
8c49031471
1 changed files with 2 additions and 2 deletions
|
@ -31168,14 +31168,14 @@ (define-public r-qtl2
|
|||
(define-public r-seqminer
|
||||
(package
|
||||
(name "r-seqminer")
|
||||
(version "8.4")
|
||||
(version "8.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "seqminer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mbx1hw9dhgry7hhan43g6aiz2lyd5api7wxq3fwajyzjrc6p1g8"))))
|
||||
"1ki8b4bgb3ky9y3x2g56h7i94lk345awgwkg10lys022jxhm30d7"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list zlib))
|
||||
|
|
Loading…
Reference in a new issue