me
/
guix
Archived
1
0
Fork 0

gnu: r-qs: Update to 0.25.4.

* gnu/packages/cran.scm (r-qs): Update to 0.25.4.
master
Ricardo Wurmus 2022-09-20 10:53:31 +02:00
parent ce4774f0ec
commit 83ccde1d38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32871,14 +32871,14 @@ package.")
(define-public r-qs
(package
(name "r-qs")
(version "0.25.3")
(version "0.25.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "qs" version))
(sha256
(base32
"0sxy497v5arjv6lwxng7chkbzrn703waqmgsxv77i7y12ahzdbai"))))
"0cx5k0mzn6bm8ff58yrqz3hjidxcawxgqbpijnynvin1m4395i4j"))))
(properties `((upstream-name . "qs")))
(build-system r-build-system)
(inputs (list zlib))