guix-commits
[Top][All Lists]
Advanced

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

172/212: gnu: r-paws-security-identity: Update to 0.2.0.


From: guix-commits
Subject: 172/212: gnu: r-paws-security-identity: Update to 0.2.0.
Date: Sat, 18 Feb 2023 14:01:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7f8b5db616a215b5f1de29ececd3e46838d4412b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:02 2023 +0100

    gnu: r-paws-security-identity: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-paws-security-identity): Update to 0.2.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 f7f0b95220..a844ce20c1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35537,14 +35537,14 @@ Simple Notification Service (SNS) publish/subscribe 
messaging, and more.")
 (define-public r-paws-security-identity
   (package
     (name "r-paws-security-identity")
-    (version "0.1.12")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.security.identity" version))
        (sha256
         (base32
-         "092lz2ipn5iqr593x7ra8c0bj64yf6315mdc3llgwrjyb4vfxif9"))))
+         "0rnws1d8wy3nhg2fyidpa21sfbz3r7jalrklnx6l8s92jyycmhbd"))))
     (properties
      `((upstream-name . "paws.security.identity")))
     (build-system r-build-system)



reply via email to

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