guix-commits
[Top][All Lists]
Advanced

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

06/50: gnu: r-pagoda2: Update to 1.0.12.


From: guix-commits
Subject: 06/50: gnu: r-pagoda2: Update to 1.0.12.
Date: Wed, 6 Mar 2024 03:42:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ff90043a6b2d5bfa8c7a5f6d72978ac0aa042782
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:37:32 2024 +0100

    gnu: r-pagoda2: Update to 1.0.12.
    
    * gnu/packages/cran.scm (r-pagoda2): Update to 1.0.12.
    
    Change-Id: I68f0e26f73afc714f266d3510f41e7e0a29c5bca
---
 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 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



reply via email to

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