guix-commits
[Top][All Lists]
Advanced

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

25/40: gnu: r-paws-developer-tools: Update to 0.5.0.


From: guix-commits
Subject: 25/40: gnu: r-paws-developer-tools: Update to 0.5.0.
Date: Thu, 11 Jan 2024 06:29:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9caf82ceb3e580e0824980d3c0f909a8aff4b97a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 11:45:23 2024 +0100

    gnu: r-paws-developer-tools: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-paws-developer-tools): Update to 0.5.0.
    
    Change-Id: Icd2ed6a90b8df01c57a8a9c41320020daaa86164
---
 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 293ca07e27..675c359f1c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39601,13 +39601,13 @@ more.")
 (define-public r-paws-developer-tools
   (package
     (name "r-paws-developer-tools")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.developer.tools" version))
        (sha256
-        (base32 "13i5yi23xsrks1dsw0k3cqzr2gqj8p23yajb3a7drim6d4rpsaxl"))))
+        (base32 "177q7x8l9asyidpc7j20xwpyk0bd9x9m20cy4qzlnnmr14anyvjm"))))
     (properties `((upstream-name . "paws.developer.tools")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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