mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-zyp: Update to 0.11.
* gnu/packages/cran.scm (r-zyp): Update to 0.11.
This commit is contained in:
parent
c930c026b2
commit
b0bd1fd1b4
1 changed files with 2 additions and 2 deletions
|
@ -28598,14 +28598,14 @@ (define-public r-keyring
|
|||
(define-public r-zyp
|
||||
(package
|
||||
(name "r-zyp")
|
||||
(version "0.10-1.1")
|
||||
(version "0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zyp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
|
||||
"0jmddxg88qb9f38ywdy4min7w5qadnkhqxd46b0j0gjsq95vw85q"))))
|
||||
(properties `((upstream-name . "zyp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue