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 @@ package.")
|
||||||
(define-public r-qs
|
(define-public r-qs
|
||||||
(package
|
(package
|
||||||
(name "r-qs")
|
(name "r-qs")
|
||||||
(version "0.25.1.1")
|
(version "0.25.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "qs" version))
|
(uri (cran-uri "qs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"077i181vh0izvsdy2d4366yir0ajg531g6d1s7ab044ssbphg38x"))))
|
"1gswppmw8rhd7h50hffhss4c4niz0x54r9sc8pgqzy26vkjqlhpy"))))
|
||||||
(properties `((upstream-name . "qs")))
|
(properties `((upstream-name . "qs")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
Reference in a new issue