diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 14:16:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 14:22:45 +0200 |
commit | c28904210b917134b83630d84b29d3e70f3c49e5 (patch) | |
tree | b0162f086a165689849e2398f1635a68fd33f842 /gnu | |
parent | 0c065c4f80564368c1227679024fe0f3598c3c8d (diff) | |
download | guix-c28904210b917134b83630d84b29d3e70f3c49e5.tar.gz |
gnu: r-pagoda2: Update to 1.0.11.
* gnu/packages/cran.scm (r-pagoda2): Update to 1.0.11.
Diffstat (limited to 'gnu')
-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 84ff083956..96097e9c6c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2520,13 +2520,13 @@ functions which can speed up workflow.") (define-public r-pagoda2 (package (name "r-pagoda2") - (version "1.0.10") + (version "1.0.11") (source (origin (method url-fetch) (uri (cran-uri "pagoda2" version)) (sha256 - (base32 "18ip8j5l5c3hqw1xsf5wnyas55i2mhk09phy68kjkjdgcymmpg7c")))) + (base32 "13x2l7hcvd6975921c5hba8hm2qijkslviszfizah8wxynhbayy1")))) (properties `((upstream-name . "pagoda2"))) (build-system r-build-system) (propagated-inputs |