guix-commits
[Top][All Lists]
Advanced

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

47/135: gnu: r-misc3d: Update to 0.9-1.


From: guix-commits
Subject: 47/135: gnu: r-misc3d: Update to 0.9-1.
Date: Wed, 3 Nov 2021 17:59:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2d372617070578e61b9052752728492f5e384e9b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:26 2021 +0000

    gnu: r-misc3d: Update to 0.9-1.
    
    * gnu/packages/cran.scm (r-misc3d): Update to 0.9-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 fafaf22..26ca7f4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12501,14 +12501,14 @@ to colexicographical order.")
 (define-public r-misc3d
   (package
     (name "r-misc3d")
-    (version "0.9-0")
+    (version "0.9-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "misc3d" version))
        (sha256
         (base32
-         "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1"))))
+         "0r9x57s63kx9f6dgam2nhbziq8nrs9wd8pk7g76hds2kw46vnyx0"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/misc3d/";)
     (synopsis "Miscellaneous 3D Plots")



reply via email to

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