mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-qs: Update to 0.25.4.
* gnu/packages/cran.scm (r-qs): Update to 0.25.4.
This commit is contained in:
parent
ce4774f0ec
commit
83ccde1d38
1 changed files with 2 additions and 2 deletions
|
@ -32871,14 +32871,14 @@ (define-public r-rapiserialize
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue