guix-commits
[Top][All Lists]
Advanced

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

62/89: gnu: r-aws: Update to 2.5.


From: guix-commits
Subject: 62/89: gnu: r-aws: Update to 2.5.
Date: Mon, 5 Oct 2020 18:35:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 56e52ad97d7d8c761ab39cbb853e9bcddff91802
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:45:02 2020 +0200

    gnu: r-aws: Update to 2.5.
    
    * gnu/packages/cran.scm (r-aws): Update to 2.5.
---
 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 c6fec96..7efb3e9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22169,14 +22169,14 @@ is also implemented here.")
 (define-public r-aws
   (package
     (name "r-aws")
-    (version "2.4-3")
+    (version "2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "aws" version))
        (sha256
         (base32
-         "0ccm8ffjf8bylhfr64j9wzi49hzigz4bs172pvkb0bi4d5vdr0l5"))))
+         "1mwg1q7l4a07g5aa9c6kh3fpl9lakk01pbzlk7ixbpy12yfvj9nm"))))
     (properties
      `((upstream-name . "aws")))
     (build-system r-build-system)



reply via email to

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