guix-commits
[Top][All Lists]
Advanced

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

73/98: gnu: r-paws-common: Update to 0.6.0.


From: guix-commits
Subject: 73/98: gnu: r-paws-common: Update to 0.6.0.
Date: Wed, 13 Sep 2023 18:06:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a2afbbed24fe0aa35d6de31ceababd61e98d226e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:14 2023 +0200

    gnu: r-paws-common: Update to 0.6.0.
    
    * gnu/packages/cran.scm (r-paws-common): Update to 0.6.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 1a03e362c8..b5cad45fb1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38709,14 +38709,14 @@ fully reproducible.")
 (define-public r-paws-common
   (package
     (name "r-paws-common")
-    (version "0.5.8")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.common" version))
        (sha256
         (base32
-         "1vx74lxgzsl1yl4ak5zympkgwza023qbjwskp19nm2dvxhz75cfh"))))
+         "1451705w30lb33msi4qgzpfmw6xnwh2ffh30fwb9im8g47fqm2bw"))))
     (properties `((upstream-name . "paws.common")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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