mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-calculus: Update to 0.3.3.
* gnu/packages/cran.scm (r-calculus): Update to 0.3.3.
This commit is contained in:
parent
d135df1c81
commit
4866dfef06
1 changed files with 2 additions and 2 deletions
|
@ -28450,14 +28450,14 @@ (define-public r-diversitree
|
|||
(define-public r-calculus
|
||||
(package
|
||||
(name "r-calculus")
|
||||
(version "0.3.2")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "calculus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x3bcdd422wqv9gk9r2m8g19qcga220sm5rxdp4bgfc6vlqzzz7y"))))
|
||||
"1fhvr0l2mqik3d95v0vanafxmiab147g5a87q956g2i945wc5f22"))))
|
||||
(properties `((upstream-name . "calculus")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue