guix-commits
[Top][All Lists]
Advanced

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

71/77: gnu: r-paws-common: Update to 0.6.2.


From: guix-commits
Subject: 71/77: gnu: r-paws-common: Update to 0.6.2.
Date: Wed, 25 Oct 2023 11:00:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6eab7ce6c004a7016951fd07aceede26926602d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:42 2023 +0200

    gnu: r-paws-common: Update to 0.6.2.
    
    * gnu/packages/cran.scm (r-paws-common): Update to 0.6.2.
    
    Change-Id: Ie843d206f9275499f8ee1e10b071d2f2799e9b50
---
 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 489e8c8ebb..674b207a97 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38881,14 +38881,14 @@ fully reproducible.")
 (define-public r-paws-common
   (package
     (name "r-paws-common")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.common" version))
        (sha256
         (base32
-         "0haw72885xmzl6rmb8vlkqwnxh7iq5cr89d852j2vk56sxjxv1y5"))))
+         "1jgls5fks9s8m616qs6b7hvv0wf7nhzajyds15hnlasqwg387h3d"))))
     (properties `((upstream-name . "paws.common")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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