diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-02 14:58:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-07-17 22:38:33 +0200 |
commit | 2f90268f50937351862deecd5a004bfaa3beb472 (patch) | |
tree | 2f0ccb933e67ca4c24595e4e151dde792675edcf /gnu | |
parent | e849af957d40d5ccaecfe1a68c5c84cb75fd4d54 (diff) | |
download | guix-2f90268f50937351862deecd5a004bfaa3beb472.tar.gz |
gnu: r-paws-security-identity: Update to 0.6.1.
* gnu/packages/cran.scm (r-paws-security-identity): Update to 0.6.1. Change-Id: Ie9538d07b168eab6d734bf52658fd8503f8f44a1
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a8e3994c3c..c27449e3f2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -41423,14 +41423,14 @@ Simple Notification Service (SNS) publish/subscribe messaging, and more.") (define-public r-paws-security-identity (package (name "r-paws-security-identity") - (version "0.5.0") + (version "0.6.1") (source (origin (method url-fetch) (uri (cran-uri "paws.security.identity" version)) (sha256 (base32 - "01gh761ykc4h81whn649bm28b01njqm1kjqkn9l4n7hhnalddy06")))) + "14zcvd2cf2015r7b4y69176czznz69nzjp344ys262a8r31nliz5")))) (properties `((upstream-name . "paws.security.identity"))) (build-system r-build-system) |