guix-commits
[Top][All Lists]
Advanced

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

58/158: gnu: r-rdpack: Update to 2.5.


From: guix-commits
Subject: 58/158: gnu: r-rdpack: Update to 2.5.
Date: Mon, 28 Aug 2023 11:11:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-rdpack: Update to 2.5.
    
    * gnu/packages/cran.scm (r-rdpack): Update to 2.5.
---
 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 6ca41d7a5e..98515dfb0b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12973,14 +12973,14 @@ implemented in bibutils.")
 (define-public r-rdpack
   (package
     (name "r-rdpack")
-    (version "2.4")
+    (version "2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rdpack" version))
        (sha256
         (base32
-         "109mylzmlncq5a09ayy4g2g0frj1k843lj8j78gvmz1h5g8sslkn"))))
+         "0xy8w3law1dn53f1gv4jd637pwssr928pvgchpbrpsqz8ghv4kad"))))
     (properties `((upstream-name . "Rdpack")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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