gnu: r-restrserve: Update to 0.4.1.

* gnu/packages/cran.scm (r-restrserve): Update to 0.4.1.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:08:06 +01:00
parent 4e6eb6683e
commit 4a3fed7c6f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2716,13 +2716,13 @@ (define-public r-reshape
(define-public r-restrserve
(package
(name "r-restrserve")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "RestRserve" version))
(sha256
(base32 "07mm65yxzpwlg6x3lsggj41v8nl4m6v9mszhqjpgj19v3yxvwgi0"))))
(base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422"))))
(build-system r-build-system)
(propagated-inputs
`(("r-checkmate" ,r-checkmate)