me
/
guix
Archived
1
0
Fork 0

gnu: r-prismatic: Update to 1.1.2.

* gnu/packages/cran.scm (r-prismatic): Update to 1.1.2.

Change-Id: I0f9cca92ab049cffe321530ce59f527d1fe948f7
master
Ricardo Wurmus 2024-04-17 17:43:51 +02:00
parent b1742135e1
commit 6ac1980ae1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7390,13 +7390,13 @@ curve to a data matrix in arbitrary dimensions.")
(define-public r-prismatic
(package
(name "r-prismatic")
(version "1.1.1")
(version "1.1.2")
(source (origin
(method url-fetch)
(uri (cran-uri "prismatic" version))
(sha256
(base32
"013i0mq4n8s2zbzvfrz1vjcn2a6l98bamslkcv1a3cn70gpphja9"))))
"0qg2f5d7sz6q0ijrrdmjhp1msx9n77wndphrqqhjkdf9six5pgxs"))))
(properties `((upstream-name . "prismatic")))
(build-system r-build-system)
(propagated-inputs (list r-farver))