gnu: r-paws-security-identity: Update to 0.4.0.
* gnu/packages/cran.scm (r-paws-security-identity): Update to 0.4.0.master
parent
90aa4f2afe
commit
6e8f6654d7
|
@ -38856,14 +38856,14 @@ Simple Notification Service (SNS) publish/subscribe messaging, and more.")
|
||||||
(define-public r-paws-security-identity
|
(define-public r-paws-security-identity
|
||||||
(package
|
(package
|
||||||
(name "r-paws-security-identity")
|
(name "r-paws-security-identity")
|
||||||
(version "0.3.1")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "paws.security.identity" version))
|
(uri (cran-uri "paws.security.identity" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02k15skswd58icafydrbjrp7br5x8l93lwi5z1pwqak6xasi0vqh"))))
|
"081339201j19y8y28h0dhr876ii82zpfyqddc21lvmg27z53hj4x"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "paws.security.identity")))
|
`((upstream-name . "paws.security.identity")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue