mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-restrserve: Update to 1.2.0.
* gnu/packages/cran.scm (r-restrserve): Update to 1.2.0.
This commit is contained in:
parent
ae4c1cb0b3
commit
65464d9027
1 changed files with 2 additions and 2 deletions
|
@ -4351,13 +4351,13 @@ (define-public r-reshape
|
||||||
(define-public r-restrserve
|
(define-public r-restrserve
|
||||||
(package
|
(package
|
||||||
(name "r-restrserve")
|
(name "r-restrserve")
|
||||||
(version "1.1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RestRserve" version))
|
(uri (cran-uri "RestRserve" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ydsdgy6mxl0zqk7xqf4v6if5nf2qv7k48q340fhaqyjk2gd60p7"))))
|
(base32 "03mlzhs2k728kwy6csp60m7qy8n9ma5dd37j87rzh07fcdlx8wim"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-checkmate
|
(list r-checkmate
|
||||||
|
|
Loading…
Reference in a new issue