gnu: r-cyclocomp: Update to 1.1.1.
* gnu/packages/cran.scm (r-cyclocomp): Update to 1.1.1.
This commit is contained in:
parent
961a3a81ca
commit
6b25da59a1
1 changed files with 2 additions and 2 deletions
|
@ -24566,14 +24566,14 @@ provided.")
|
||||||
(define-public r-cyclocomp
|
(define-public r-cyclocomp
|
||||||
(package
|
(package
|
||||||
(name "r-cyclocomp")
|
(name "r-cyclocomp")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cyclocomp" version))
|
(uri (cran-uri "cyclocomp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
|
"0kdinnn6cgkfc94japyyp5qr7imjxddajds3qqxf4q5higahdzws"))))
|
||||||
(properties `((upstream-name . "cyclocomp")))
|
(properties `((upstream-name . "cyclocomp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue