guix-commits
[Top][All Lists]
Advanced

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

62/145: gnu: r-mpm: Update to 1.0-23.


From: guix-commits
Subject: 62/145: gnu: r-mpm: Update to 1.0-23.
Date: Tue, 12 Apr 2022 03:36:44 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit e62522b99479a9ab66f5c2bd600e61d511facbff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:19 2022 +0200

    gnu: r-mpm: Update to 1.0-23.
    
    * gnu/packages/cran.scm (r-mpm): Update to 1.0-23.
---
 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 2c85ae5134..468a715f74 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18693,14 +18693,14 @@ repository.")
 (define-public r-mpm
   (package
     (name "r-mpm")
-    (version "1.0-22")
+    (version "1.0-23")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "mpm" version))
        (sha256
         (base32
-         "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
+         "1jpv2ddmw7aarqbbyfys1yb840arw33319wnny3v2hk84hldmayj"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-kernsmooth r-mass))



reply via email to

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