guix-commits
[Top][All Lists]
Advanced

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

80/150: gnu: r-sampling: Update to 2.9.


From: guix-commits
Subject: 80/150: gnu: r-sampling: Update to 2.9.
Date: Wed, 20 Jan 2021 11:21:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2ea077e7db68ee692c7d344fc2854013f295fb17
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:11:32 2021 +0100

    gnu: r-sampling: Update to 2.9.
    
    * gnu/packages/cran.scm (r-sampling): Update to 2.9.
---
 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 c565f50..1cfb9b4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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)



reply via email to

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