me
/
guix
Archived
1
0
Fork 0

gnu: r-sampling: Update to 2.9.

* gnu/packages/cran.scm (r-sampling): Update to 2.9.
master
Ricardo Wurmus 2021-01-20 17:11:32 +01:00
parent 3d7c6fc2cb
commit 2ea077e7db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15039,14 +15039,14 @@ handle missing genotypes at some SNPs.")
(define-public r-sampling
(package
(name "r-sampling")
(version "2.8")
(version "2.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "sampling" version))
(sha256
(base32
"06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
"11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lpsolve" ,r-lpsolve)