mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: r-zip: Update to 2.2.0.
* gnu/packages/cran.scm (r-zip): Update to 2.2.0.
This commit is contained in:
parent
ec1666550d
commit
e6068fe401
1 changed files with 2 additions and 2 deletions
|
@ -7256,14 +7256,14 @@ (define-public r-abc
|
|||
(define-public r-zip
|
||||
(package
|
||||
(name "r-zip")
|
||||
(version "2.1.1")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
|
||||
"1n5ryjdj3i16b4mdp29wapgaklz3yzas5k8ffx7q6fa0jry9i5cz"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/gaborcsardi/zip")
|
||||
(synopsis "Cross-platform Zip compression")
|
||||
|
|
Loading…
Reference in a new issue