guix-commits
[Top][All Lists]
Advanced

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

19/23: gnu: r-plot3d: Update to 1.3.


From: guix-commits
Subject: 19/23: gnu: r-plot3d: Update to 1.3.
Date: Fri, 20 Dec 2019 16:04:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit db904d5c861e953420da53020b9235467d7f6394
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 20 21:05:19 2019 +0100

    gnu: r-plot3d: Update to 1.3.
    
    * gnu/packages/cran.scm (r-plot3d): Update to 1.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 8466b9e..e414788 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15195,14 +15195,14 @@ annotated biological functions.")
 (define-public r-plot3d
   (package
     (name "r-plot3d")
-    (version "1.1.1")
+    (version "1.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "plot3D" version))
        (sha256
         (base32
-         "0chn70fqwyca8lbnjnpbcj08ni0dfbax2gjmzhk2c4w72c04mzpn"))))
+         "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
     (properties `((upstream-name . "plot3D")))
     (build-system r-build-system)
     (propagated-inputs `(("r-misc3d" ,r-misc3d)))



reply via email to

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