me
/
guix
Archived
1
0
Fork 0

gnu: r-sampling: Update to 2.10.

* gnu/packages/cran.scm (r-sampling): Update to 2.10.

Change-Id: I7a3407c77fb71a8a4355415beeee09edc2a8908c
master
Ricardo Wurmus 2023-10-31 17:15:10 +01:00
parent 8ab1ea6850
commit 8aafa8bd45
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))