gnu: r-doby: Update to 4.6.16.
* gnu/packages/cran.scm (r-doby): Update to 4.6.16.
This commit is contained in:
parent
f59c6878ac
commit
90af6ea79a
1 changed files with 2 additions and 2 deletions
|
@ -11971,14 +11971,14 @@ (define-public r-deriv
|
||||||
(define-public r-doby
|
(define-public r-doby
|
||||||
(package
|
(package
|
||||||
(name "r-doby")
|
(name "r-doby")
|
||||||
(version "4.6.15")
|
(version "4.6.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doBy" version))
|
(uri (cran-uri "doBy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14asz3bpyvxakvpap2aajk6f5j2d3d6vrvrgnlixg5q6gdbh465m"))))
|
"1rxvxhb572n29mbvkh6xmi7cnwc6c8g2xzw1wp10nfr9gnspx4ym"))))
|
||||||
(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