mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-doby: Update to 4.6.5.
* gnu/packages/cran.scm (r-doby): Update to 4.6.5.
This commit is contained in:
parent
a7b7fba0e2
commit
f069fba9df
1 changed files with 2 additions and 2 deletions
|
@ -6755,14 +6755,14 @@ (define-public r-deriv
|
|||
(define-public r-doby
|
||||
(package
|
||||
(name "r-doby")
|
||||
(version "4.6-4.1")
|
||||
(version "4.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "doBy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10qyvavk1pc8rf94q5dd0wrlky145f8ia2p0k8clri5imsrikiqx"))))
|
||||
"1ckazh701b4ilg8bj17ji903538jmb49d997gm49ah5j5jc1x0g7"))))
|
||||
(properties `((upstream-name . "doBy")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue