guix-commits
[Top][All Lists]
Advanced

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

15/48: gnu: r-debugme: Update to 1.2.0.


From: guix-commits
Subject: 15/48: gnu: r-debugme: Update to 1.2.0.
Date: Tue, 7 May 2024 16:20:52 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 991a9f25a628cd89fed94e69fd73bb563b6ebf39
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:43 2024 +0200

    gnu: r-debugme: Update to 1.2.0.
    
    * gnu/packages/cran.scm (r-debugme): Update to 1.2.0.
    
    Change-Id: I0a43ead356a49e59506be73ec7e449813e8e1dc6
---
 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 ee47036eb1..832a6bccec 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10518,14 +10518,14 @@ functions and used in the data analysis.")
 (define-public r-debugme
   (package
     (name "r-debugme")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "debugme" version))
        (sha256
         (base32
-         "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
+         "16ghf60rj0l8ypm0hxjp23zxdi2ndq8ii74cilq61m107fnha9mj"))))
     (build-system r-build-system)
     (propagated-inputs (list r-crayon))
     (home-page "https://github.com/r-lib/debugme#readme";)



reply via email to

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