mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-modelenv: Update to 0.1.1.
* gnu/packages/cran.scm (r-modelenv): Update to 0.1.1.
This commit is contained in:
parent
b71f95b08e
commit
29f95b47ec
1 changed files with 2 additions and 2 deletions
|
@ -3030,13 +3030,13 @@ (define-public r-model4you
|
|||
(define-public r-modelenv
|
||||
(package
|
||||
(name "r-modelenv")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "modelenv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18wgl3hslvwq4z8ab91514p5nhzxzb727s61ccawvx3ixfjfrid4"))))
|
||||
"1pnc3bs2fzanqzjv2y8a7yy6s8hmwwsccjc8pvifff5kp557a6di"))))
|
||||
(properties `((upstream-name . "modelenv")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-glue r-rlang r-tibble r-vctrs))
|
||||
|
|
Loading…
Reference in a new issue