diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-09-14 00:04:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-09-14 00:04:10 +0200 |
commit | 6b25da59a10b4b3d41c17332ccd5cb3df93ac62e (patch) | |
tree | 1705d941c5998f4d50b4c6dcafac6252d06ef2bb /gnu/packages | |
parent | 961a3a81ca4bccf60320c343f870b704cce1b294 (diff) | |
download | guix-6b25da59a10b4b3d41c17332ccd5cb3df93ac62e.tar.gz |
gnu: r-cyclocomp: Update to 1.1.1.
* gnu/packages/cran.scm (r-cyclocomp): Update to 1.1.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7ab8c18857..8f749f9dae 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24566,14 +24566,14 @@ provided.") (define-public r-cyclocomp (package (name "r-cyclocomp") - (version "1.1.0") + (version "1.1.1") (source (origin (method url-fetch) (uri (cran-uri "cyclocomp" version)) (sha256 (base32 - "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd")))) + "0kdinnn6cgkfc94japyyp5qr7imjxddajds3qqxf4q5higahdzws")))) (properties `((upstream-name . "cyclocomp"))) (build-system r-build-system) (propagated-inputs |