guix-commits
[Top][All Lists]
Advanced

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

88/143: gnu: r-oai: Update to 0.4.0.


From: guix-commits
Subject: 88/143: gnu: r-oai: Update to 0.4.0.
Date: Tue, 29 Nov 2022 13:29:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 855f624d607f7bb7e85a4e8fdcbfc52fa3eedbaa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:25 2022 +0100

    gnu: r-oai: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-oai): Update to 0.4.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 d57a785f44..1c14c8bf36 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27803,13 +27803,13 @@ rendered as text, axis labels, etc. throughout R's 
plotting system.")
 (define-public r-oai
   (package
     (name "r-oai")
-    (version "0.3.2")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "oai" version))
               (sha256
                (base32
-                "1zcbcxhw692s0y6izvwazyzhgx0iwsxsbcan2nk0mb7n11p7bypb"))))
+                "0czf8f2qcjl9lh48svicpis09d3iwz9cndfm7hq8wlz5dl3dwh7m"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-xml2 r-httr r-plyr r-stringr r-tibble))



reply via email to

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