mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-qs: Update to 0.25.2.
* gnu/packages/cran.scm (r-qs): Update to 0.25.2.
This commit is contained in:
parent
7534d44e6d
commit
62c7050cef
1 changed files with 2 additions and 2 deletions
|
@ -30238,14 +30238,14 @@ (define-public r-rapiserialize
|
|||
(define-public r-qs
|
||||
(package
|
||||
(name "r-qs")
|
||||
(version "0.25.1.1")
|
||||
(version "0.25.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "qs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"077i181vh0izvsdy2d4366yir0ajg531g6d1s7ab044ssbphg38x"))))
|
||||
"1gswppmw8rhd7h50hffhss4c4niz0x54r9sc8pgqzy26vkjqlhpy"))))
|
||||
(properties `((upstream-name . "qs")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue