mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-genenet: Update to 1.2.14.
* gnu/packages/cran.scm (r-genenet): Update to 1.2.14.
This commit is contained in:
parent
30ef5e8205
commit
4e977a9bf2
1 changed files with 2 additions and 2 deletions
|
@ -11342,14 +11342,14 @@ (define-public r-longitudinal
|
|||
(define-public r-genenet
|
||||
(package
|
||||
(name "r-genenet")
|
||||
(version "1.2.13")
|
||||
(version "1.2.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GeneNet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0w52apk0nnr8nsskf26ff7ana8xiksr8wqmkjxzwhzgg7fncm61p"))))
|
||||
"0cdhrj15rz0w0pyw3r8mikrzsdh95y5i1c0pa3cn0c2bjnjx3x3n"))))
|
||||
(properties `((upstream-name . "GeneNet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue