mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-doby: Update to 4.6.15.
* gnu/packages/cran.scm (r-doby): Update to 4.6.15.
This commit is contained in:
parent
2453014405
commit
88682e87c1
1 changed files with 2 additions and 2 deletions
|
@ -11580,14 +11580,14 @@ (define-public r-deriv
|
||||||
(define-public r-doby
|
(define-public r-doby
|
||||||
(package
|
(package
|
||||||
(name "r-doby")
|
(name "r-doby")
|
||||||
(version "4.6.14")
|
(version "4.6.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doBy" version))
|
(uri (cran-uri "doBy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ps6r7yxs0a6rpfi2yzrb9j41862za3gdl1aq9vw3j5cmgrk8w1n"))))
|
"14asz3bpyvxakvpap2aajk6f5j2d3d6vrvrgnlixg5q6gdbh465m"))))
|
||||||
(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