guix-commits
[Top][All Lists]
Advanced

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

03/29: gnu: r-babelwhale: Update to 1.2.0.


From: guix-commits
Subject: 03/29: gnu: r-babelwhale: Update to 1.2.0.
Date: Mon, 17 Jul 2023 09:00:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c30a4577a84e1fb7a20ba473ca0f8ecefb2a1471
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 17 14:19:51 2023 +0200

    gnu: r-babelwhale: Update to 1.2.0.
    
    * gnu/packages/cran.scm (r-babelwhale): Update to 1.2.0.
---
 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 199bc69c03..5f3261f11f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1255,13 +1255,13 @@ for authoring journal articles and conference 
submissions.")
 (define-public r-babelwhale
   (package
     (name "r-babelwhale")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "babelwhale" version))
        (sha256
-        (base32 "01l8vwyz3bx0iks6cjs5y9ifdsnc1p1yqp4i0kzqd1gjhycizv6y"))))
+        (base32 "0m5q83ykz5w1fsjsk2vyrnv21cg4n075kbvfvw4k22c61p78shdl"))))
     (properties `((upstream-name . "babelwhale")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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