mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-seqminer: Update to 8.6.
* gnu/packages/cran.scm (r-seqminer): Update to 8.6.
This commit is contained in:
parent
89f8ac6cb9
commit
587503fe7c
1 changed files with 2 additions and 2 deletions
|
@ -32408,14 +32408,14 @@ (define-public r-qtl2
|
|||
(define-public r-seqminer
|
||||
(package
|
||||
(name "r-seqminer")
|
||||
(version "8.5")
|
||||
(version "8.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "seqminer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ki8b4bgb3ky9y3x2g56h7i94lk345awgwkg10lys022jxhm30d7"))))
|
||||
"1fm76mam5hp5v0hj27ywna7vafrw7mnwph30fqdb17163rrhr1ca"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list zlib))
|
||||
|
|
Loading…
Reference in a new issue