mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: r-doby: Update to 4.6.11.
* gnu/packages/cran.scm (r-doby): Update to 4.6.11.
This commit is contained in:
parent
c633e5f40a
commit
dce011239f
1 changed files with 2 additions and 2 deletions
|
@ -9085,14 +9085,14 @@ (define-public r-deriv
|
||||||
(define-public r-doby
|
(define-public r-doby
|
||||||
(package
|
(package
|
||||||
(name "r-doby")
|
(name "r-doby")
|
||||||
(version "4.6.10")
|
(version "4.6.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doBy" version))
|
(uri (cran-uri "doBy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vqmmxhr3mx8yyl38abvy0zqswfgn7jqgwvc5gdchdiq6v8flnfr"))))
|
"1xhjh2d7zfgw8wbcj5yfscvmwbjar1w544ika13da69dydm44j81"))))
|
||||||
(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