guix-commits
[Top][All Lists]
Advanced

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

28/40: gnu: r-paws-security-identity: Update to 0.5.0.


From: guix-commits
Subject: 28/40: gnu: r-paws-security-identity: Update to 0.5.0.
Date: Thu, 11 Jan 2024 06:29:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 11e9b45cd49c0f05f18a82a7740bc29253438a39
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 11:45:24 2024 +0100

    gnu: r-paws-security-identity: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-paws-security-identity): Update to 0.5.0.
    
    Change-Id: Ib2250b9ab5a2930b01196ea38954059fe541c867
---
 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 077ab570e2..731e383f96 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39669,14 +39669,14 @@ Simple Notification Service (SNS) publish/subscribe 
messaging, and more.")
 (define-public r-paws-security-identity
   (package
     (name "r-paws-security-identity")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.security.identity" version))
        (sha256
         (base32
-         "081339201j19y8y28h0dhr876ii82zpfyqddc21lvmg27z53hj4x"))))
+         "01gh761ykc4h81whn649bm28b01njqm1kjqkn9l4n7hhnalddy06"))))
     (properties
      `((upstream-name . "paws.security.identity")))
     (build-system r-build-system)



reply via email to

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