guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: r-rdpack: Update to 0.11-1.


From: guix-commits
Subject: 09/26: gnu: r-rdpack: Update to 0.11-1.
Date: Sun, 15 Dec 2019 17:16:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cceb86f98263c5420784a9f9b4ad54955f1ca637
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:50:28 2019 +0100

    gnu: r-rdpack: Update to 0.11-1.
    
    * gnu/packages/cran.scm (r-rdpack): Update to 0.11-1.
---
 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 229402f..6239909 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6148,14 +6148,14 @@ hierarchical models using Markov Chain Monte Carlo 
(MCMC) simulation.")
 (define-public r-rdpack
   (package
     (name "r-rdpack")
-    (version "0.11-0")
+    (version "0.11-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rdpack" version))
        (sha256
         (base32
-         "11cd27s6zp5cxnwxcvz6rjf00y0r7aq8ywhzwpf1r4xy1z44kd4g"))))
+         "080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
     (properties `((upstream-name . "Rdpack")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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