guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/27: gnu: r-sampling: Update to 2.10.


From: guix-commits
Subject: 14/27: gnu: r-sampling: Update to 2.10.
Date: Tue, 31 Oct 2023 16:58:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8aafa8bd45afef04818681746ed577dabf35eb3d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:10 2023 +0100

    gnu: r-sampling: Update to 2.10.
    
    * gnu/packages/cran.scm (r-sampling): Update to 2.10.
    
    Change-Id: I7a3407c77fb71a8a4355415beeee09edc2a8908c
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0b321758cb..b7f6cd5fd6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]