mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-restrserve: Update to 1.0.0.
* gnu/packages/cran.scm (r-restrserve): Update to 1.0.0.
This commit is contained in:
parent
372dec0880
commit
b3b1d1a48a
1 changed files with 2 additions and 2 deletions
|
@ -4110,13 +4110,13 @@ (define-public r-reshape
|
|||
(define-public r-restrserve
|
||||
(package
|
||||
(name "r-restrserve")
|
||||
(version "0.4.1")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RestRserve" version))
|
||||
(sha256
|
||||
(base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422"))))
|
||||
(base32 "0qb1x13n2sm0lg52x3289jsln3gw9rawfs1z2372pvr9ydpjsfqb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-checkmate
|
||||
|
|
Loading…
Reference in a new issue