guix-commits
[Top][All Lists]
Advanced

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

174/214: gnu: r-paws-compute: Update to 0.1.13.


From: guix-commits
Subject: 174/214: gnu: r-paws-compute: Update to 0.1.13.
Date: Tue, 20 Sep 2022 11:07:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit af8dfcee5ca884c7610f8b552255cf7c4ca856a4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:32 2022 +0200

    gnu: r-paws-compute: Update to 0.1.13.
    
    * gnu/packages/cran.scm (r-paws-compute): Update to 0.1.13.
---
 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 62bfc91106..8c2eb2f8a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33595,14 +33595,14 @@ services, including Simple Storage Service (S3).")
 (define-public r-paws-compute
   (package
     (name "r-paws-compute")
-    (version "0.1.12")
+    (version "0.1.13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.compute" version))
        (sha256
         (base32
-         "1km6fng6il5fcjlrbbndahsw2dr2ql83hwac9wlpd67zm3wy9lky"))))
+         "1s7g4y2h763xf32p08drs3ygkfqb2zjikkgxb7yl91gk13zp7kjm"))))
     (properties `((upstream-name . "paws.compute")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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