diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-03-05 14:37:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-03-06 09:42:04 +0100 |
commit | ff90043a6b2d5bfa8c7a5f6d72978ac0aa042782 (patch) | |
tree | bcf7f2d6d1134f2a99728ddc3f3f18ad5a83f450 | |
parent | d0a2b433f339c87ad731b4f26086d6bac554b87c (diff) |
gnu: r-pagoda2: Update to 1.0.12.
* gnu/packages/cran.scm (r-pagoda2): Update to 1.0.12.
Change-Id: I68f0e26f73afc714f266d3510f41e7e0a29c5bca
-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 0380c5d8a7..f115bdd480 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2976,13 +2976,13 @@ functions which can speed up workflow.") (define-public r-pagoda2 (package (name "r-pagoda2") - (version "1.0.11") + (version "1.0.12") (source (origin (method url-fetch) (uri (cran-uri "pagoda2" version)) (sha256 - (base32 "13x2l7hcvd6975921c5hba8hm2qijkslviszfizah8wxynhbayy1")))) + (base32 "1kck12ri52nwsrxhjs8ghjji3rv1dxxjy8bxn1kk1hbg30265fsw")))) (properties `((upstream-name . "pagoda2"))) (build-system r-build-system) (propagated-inputs |