mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-paws-security-identity: Update to 0.3.1.
* gnu/packages/cran.scm (r-paws-security-identity): Update to 0.3.1.
This commit is contained in:
parent
f85b362b81
commit
885c7b0b3c
1 changed files with 2 additions and 2 deletions
|
@ -38216,14 +38216,14 @@ (define-public r-paws-application-integration
|
|||
(define-public r-paws-security-identity
|
||||
(package
|
||||
(name "r-paws-security-identity")
|
||||
(version "0.2.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws.security.identity" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rnws1d8wy3nhg2fyidpa21sfbz3r7jalrklnx6l8s92jyycmhbd"))))
|
||||
"02k15skswd58icafydrbjrp7br5x8l93lwi5z1pwqak6xasi0vqh"))))
|
||||
(properties
|
||||
`((upstream-name . "paws.security.identity")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue