mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rapiserialize: Update to 0.1.1.
* gnu/packages/cran.scm (r-rapiserialize): Update to 0.1.1.
This commit is contained in:
parent
47b36a2da5
commit
2304e8d731
1 changed files with 2 additions and 2 deletions
|
@ -32286,14 +32286,14 @@ (define-public r-stringfish
|
|||
(define-public r-rapiserialize
|
||||
(package
|
||||
(name "r-rapiserialize")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RApiSerialize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gm2j8kh40imhncwwx1sx9kmraaxcxycvgwls53lcyy2ap344k9j"))))
|
||||
"0gkix6s5hb7pdbb8miyz36hghx59hhwxql0slqnlr5nakh31klxp"))))
|
||||
(properties `((upstream-name . "RApiSerialize")))
|
||||
(build-system r-build-system)
|
||||
(home-page
|
||||
|
|
Loading…
Reference in a new issue