mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-doby: Update to 4.6.13.
* gnu/packages/cran.scm (r-doby): Update to 4.6.13.
This commit is contained in:
parent
65a0fa0dd3
commit
5ac39e4738
1 changed files with 2 additions and 2 deletions
|
@ -10195,14 +10195,14 @@ (define-public r-deriv
|
||||||
(define-public r-doby
|
(define-public r-doby
|
||||||
(package
|
(package
|
||||||
(name "r-doby")
|
(name "r-doby")
|
||||||
(version "4.6.12")
|
(version "4.6.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doBy" version))
|
(uri (cran-uri "doBy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m60ya4cdickqsj0dc90bv4n47df6qg6n82fikxrkl4yhg7yyn1i"))))
|
"0qnfcw4rg5kd1mll3rq6vchz3lgdqfif9469p8x6ixsgrxxpivbz"))))
|
||||||
(properties `((upstream-name . "doBy")))
|
(properties `((upstream-name . "doBy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue