gnu: r-shape: Update to 1.4.5.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 14 Sep 2020 17:01:46 +0000 (19:01 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 14 Sep 2020 17:07:45 +0000 (19:07 +0200)
* gnu/packages/cran.scm (r-shape): Update to 1.4.5.

gnu/packages/cran.scm

index 7f0ce46..73c4c3f 100644 (file)
@@ -2261,14 +2261,14 @@ on (non-orthogonal) variable vectors in scatterplots and biplots.")
 (define-public r-shape
   (package
     (name "r-shape")
-    (version "1.4.4")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "shape" version))
        (sha256
         (base32
-         "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
+         "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/shape")
     (synopsis "Functions for plotting graphical shapes")