me
/
guix
Archived
1
0
Fork 0

gnu: r-restrserve: Update to 1.0.0.

* gnu/packages/cran.scm (r-restrserve): Update to 1.0.0.
master
Ricardo Wurmus 2022-04-11 18:01:05 +02:00
parent 372dec0880
commit b3b1d1a48a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4110,13 +4110,13 @@ curve to a data matrix in arbitrary dimensions.")
(define-public r-restrserve (define-public r-restrserve
(package (package
(name "r-restrserve") (name "r-restrserve")
(version "0.4.1") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RestRserve" version)) (uri (cran-uri "RestRserve" version))
(sha256 (sha256
(base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422")))) (base32 "0qb1x13n2sm0lg52x3289jsln3gw9rawfs1z2372pvr9ydpjsfqb"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-checkmate (list r-checkmate