guix-commits
[Top][All Lists]
Advanced

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

10/99: gnu: r-rticles: Update to 0.19.


From: guix-commits
Subject: 10/99: gnu: r-rticles: Update to 0.19.
Date: Tue, 9 Mar 2021 16:07:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fa00e35b9ed1dac48258f24bc86d22cf76368760
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:37:55 2021 +0100

    gnu: r-rticles: Update to 0.19.
    
    * gnu/packages/cran.scm (r-rticles): Update to 0.19.
---
 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 c5da1f1..4c5ea04 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -205,14 +205,14 @@ easier.")
 (define-public r-rticles
   (package
     (name "r-rticles")
-    (version "0.18")
+    (version "0.19")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rticles" version))
        (sha256
         (base32
-         "1srczjy9dqw06glrv95798xsg462kfbbwm3yk1fv1zhpz9jhakwv"))))
+         "1zcj5y54z1max1df9j2iclm6zlcic4wj684y18wcnmmdwfs51818"))))
     (properties `((upstream-name . "rticles")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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