guix-commits
[Top][All Lists]
Advanced

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

82/92: gnu: r-abps: Update to 0.3.


From: Ricardo Wurmus
Subject: 82/92: gnu: r-abps: Update to 0.3.
Date: Tue, 30 Oct 2018 16:49:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bec74196ea05ee84eb4a53b8285fef6628ccfdff
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:54:10 2018 +0100

    gnu: r-abps: Update to 0.3.
    
    * gnu/packages/cran.scm (r-abps): Update to 0.3.
---
 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 300d67c..d59a16b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5860,13 +5860,13 @@ detection.")
 (define-public r-abps
   (package
     (name "r-abps")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ABPS" version))
        (sha256
-        (base32 "1k3f5i34f4w2khkszb4qhwwcpiy7gsfh82vjr6rypwg6rx5rjclq"))))
+        (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
     (properties `((upstream-name . "ABPS")))
     (build-system r-build-system)
     (propagated-inputs `(("r-kernlab" ,r-kernlab)))



reply via email to

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