mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-sampling: Update to 2.10.
* gnu/packages/cran.scm (r-sampling): Update to 2.10. Change-Id: I7a3407c77fb71a8a4355415beeee09edc2a8908c
This commit is contained in:
parent
8ab1ea6850
commit
8aafa8bd45
1 changed files with 2 additions and 2 deletions
|
@ -23257,14 +23257,14 @@ handle missing genotypes at some SNPs.")
|
|||
(define-public r-sampling
|
||||
(package
|
||||
(name "r-sampling")
|
||||
(version "2.9")
|
||||
(version "2.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sampling" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
|
||||
"0x976wblv663aidqmcif1rjv72nbxf4nzms901lmryxbq1p9gv7x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lpsolve r-mass))
|
||||
|
|
Loading…
Add table
Reference in a new issue