guix-commits
[Top][All Lists]
Advanced

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

21/46: gnu: r-npsurv: Update to 0.4-0.1.


From: guix-commits
Subject: 21/46: gnu: r-npsurv: Update to 0.4-0.1.
Date: Tue, 12 May 2020 13:44:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 15e48a54a6f935577c9fe6e08001c93594bbd268
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 16:55:29 2020 +0200

    gnu: r-npsurv: Update to 0.4-0.1.
    
    * gnu/packages/cran.scm (r-npsurv): Update to 0.4-0.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 7ef979f..30d7e95 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9211,14 +9211,14 @@ problems into least squares ones first.")
 (define-public r-npsurv
   (package
     (name "r-npsurv")
-    (version "0.4-0")
+    (version "0.4-0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "npsurv" version))
        (sha256
         (base32
-         "1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
+         "09nxibp93bp9v8qcx0gnazk7fkvyh0fq9vlgxl639m6ndr7fwp88"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lsei" ,r-lsei)))



reply via email to

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