diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-09-14 00:04:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-09-14 00:04:15 +0200 |
commit | 6e8f6654d79e8ac9c7f026b21d9c645380155e4f (patch) | |
tree | a776a44a59413094a84050654fd34731196bbc8a | |
parent | 90aa4f2afe7833c7891dfba54fd8bc91c2f510d8 (diff) | |
download | guix-6e8f6654d79e8ac9c7f026b21d9c645380155e4f.tar.gz |
gnu: r-paws-security-identity: Update to 0.4.0.
* gnu/packages/cran.scm (r-paws-security-identity): Update to 0.4.0.
-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 42dc5e057f..b8f8c111d4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -38856,14 +38856,14 @@ Simple Notification Service (SNS) publish/subscribe messaging, and more.") (define-public r-paws-security-identity (package (name "r-paws-security-identity") - (version "0.3.1") + (version "0.4.0") (source (origin (method url-fetch) (uri (cran-uri "paws.security.identity" version)) (sha256 (base32 - "02k15skswd58icafydrbjrp7br5x8l93lwi5z1pwqak6xasi0vqh")))) + "081339201j19y8y28h0dhr876ii82zpfyqddc21lvmg27z53hj4x")))) (properties `((upstream-name . "paws.security.identity"))) (build-system r-build-system) |