Archived
1
0
Fork 0

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
This commit is contained in:
Ricardo Wurmus 2024-01-11 11:45:24 +01:00
parent 81e46a98cf
commit 11e9b45cd4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)