me
/
guix
Archived
1
0
Fork 0

gnu: r-qs: Update to 0.25.3.

* gnu/packages/cran.scm (r-qs): Update to 0.25.3.
Ricardo Wurmus 2022-03-12 23:04:36 +01:00
parent 51eafee209
commit 0c854abb2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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))