guix-commits
[Top][All Lists]
Advanced

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

01/30: gnu: r-rticles: Update to 0.15.


From: guix-commits
Subject: 01/30: gnu: r-rticles: Update to 0.15.
Date: Sun, 30 Aug 2020 17:31:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4d2ce7e675f55748d92522e294265a0da7e52acf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 30 23:27:35 2020 +0200

    gnu: r-rticles: Update to 0.15.
    
    * gnu/packages/cran.scm (r-rticles): Update to 0.15.
---
 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 f32d45d..3328243 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -91,14 +91,14 @@
 (define-public r-rticles
   (package
     (name "r-rticles")
-    (version "0.14")
+    (version "0.15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rticles" version))
        (sha256
         (base32
-         "1377fib4asazhhki4aajvld0wa35vd3zjvyl3lf2hjm2qk3vyak7"))))
+         "0svh2bcqnlqdxdpw5afz1b980i2q13k8cxpq6flfqbi3dlwf3h8l"))))
     (properties `((upstream-name . "rticles")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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