3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-shapes: Update to 1.2.6.

* gnu/packages/cran.scm (r-shapes): Update to 1.2.6.
This commit is contained in:
Ricardo Wurmus 2021-04-08 02:25:59 +02:00
parent 83f2c14790
commit f3785d8a1f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21254,14 +21254,14 @@ different conceptual parts of the algorithm.")
(define-public r-shapes
(package
(name "r-shapes")
(version "1.2.5")
(version "1.2.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "shapes" version))
(sha256
(base32
"0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
"1p9fr95zk3q2v277c5ksb0nh26mcpzwjzjb2lmag51z6hck8cb66"))))
(properties `((upstream-name . "shapes")))
(build-system r-build-system)
(propagated-inputs