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
|
(define-public r-sampling
|
||||||
(package
|
(package
|
||||||
(name "r-sampling")
|
(name "r-sampling")
|
||||||
(version "2.9")
|
(version "2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sampling" version))
|
(uri (cran-uri "sampling" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
|
"0x976wblv663aidqmcif1rjv72nbxf4nzms901lmryxbq1p9gv7x"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lpsolve r-mass))
|
(list r-lpsolve r-mass))
|
||||||
|
|
Reference in a new issue