mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-protolite: Update to 2.2.0.
* gnu/packages/cran.scm (r-protolite): Update to 2.2.0.
This commit is contained in:
parent
2d67a4aee9
commit
94741d0d9e
1 changed files with 2 additions and 2 deletions
|
@ -34824,13 +34824,13 @@ (define-public r-webutils
|
|||
(define-public r-protolite
|
||||
(package
|
||||
(name "r-protolite")
|
||||
(version "2.1.3")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "protolite" version))
|
||||
(sha256
|
||||
(base32 "1sr56hrd5n79igy3168993cxzqkzizhal4s1g22pd0rgdixm27ch"))))
|
||||
(base32 "1bqqw43irk2a9xqlylxlbxpcaa40wdxdx4y6kqhzibxvw1p7drii"))))
|
||||
(properties `((upstream-name . "protolite")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue