1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-14 21:51:29 +02:00

gnu: r-qs: Update to 0.25.3.

* gnu/packages/cran.scm (r-qs): Update to 0.25.3.
This commit is contained in:
Ricardo Wurmus
2022-03-12 23:04:36 +01:00
parent 51eafee209
commit 0c854abb2f
+2 -2
View File
@@ -31214,14 +31214,14 @@ package.")
(define-public r-qs
(package
(name "r-qs")
(version "0.25.2")
(version "0.25.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "qs" version))
(sha256
(base32
"1gswppmw8rhd7h50hffhss4c4niz0x54r9sc8pgqzy26vkjqlhpy"))))
"0sxy497v5arjv6lwxng7chkbzrn703waqmgsxv77i7y12ahzdbai"))))
(properties `((upstream-name . "qs")))
(build-system r-build-system)
(inputs (list zlib))