mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-oenb: Update to 0.0.2.
* gnu/packages/cran.scm (r-oenb): Update to 0.0.2.
This commit is contained in:
parent
c55b81d99f
commit
3e30068225
1 changed files with 2 additions and 2 deletions
|
@ -501,14 +501,14 @@ (define-public r-gprofiler2
|
||||||
(define-public r-oenb
|
(define-public r-oenb
|
||||||
(package
|
(package
|
||||||
(name "r-oenb")
|
(name "r-oenb")
|
||||||
(version "0.0.1")
|
(version "0.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "oenb" version))
|
(uri (cran-uri "oenb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x1jlqp6r27c4gb7wafzpmh5rq6yq61a2d395r5lsmv2g5jb4biz"))))
|
"1jgxw7ycx2lcdzglg9nix8k08fs4r6i5jdsjzrd6w1dg6smsinl5"))))
|
||||||
(properties `((upstream-name . "oenb")))
|
(properties `((upstream-name . "oenb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue