mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-zcompositions: Update to 1.5.
* gnu/packages/cran.scm (r-zcompositions): Update to 1.5. Change-Id: I176c60d21e091b12ca1592673c9869de9c360c7f
This commit is contained in:
parent
59e89bf8e6
commit
60cf193569
1 changed files with 2 additions and 2 deletions
|
@ -2051,13 +2051,13 @@ (define-public r-dlm
|
|||
(define-public r-zcompositions
|
||||
(package
|
||||
(name "r-zcompositions")
|
||||
(version "1.4.1")
|
||||
(version "1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zCompositions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l9hj37x54b4vzbcg2051nfli5rh65llm27hygc2vx7yyi6q75ma"))))
|
||||
"1hfgw3h3si5qkynzc520648pskw26bckcji1qgi5fkag6fd8l08p"))))
|
||||
(properties `((upstream-name . "zCompositions")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue