guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/158: gnu: r-pagoda2: Update to 1.0.11.


From: guix-commits
Subject: 31/158: gnu: r-pagoda2: Update to 1.0.11.
Date: Mon, 28 Aug 2023 11:11:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c28904210b917134b83630d84b29d3e70f3c49e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:16 2023 +0200

    gnu: r-pagoda2: Update to 1.0.11.
    
    * gnu/packages/cran.scm (r-pagoda2): Update to 1.0.11.
---
 gnu/packages/cran.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]