gnu: r-keyring: Update to 1.3.2.

* gnu/packages/cran.scm (r-keyring): Update to 1.3.2.

Change-Id: Ie40cabacb09d2ea91b4c3ca1cf52f1dab25d2443
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:03 +01:00
parent b3054504f8
commit f5c025053b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32228,14 +32228,14 @@ (define-public r-kendall
(define-public r-keyring
(package
(name "r-keyring")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "keyring" version))
(sha256
(base32
"113rjhihqfhxdihnf6nwqbsknlnm8pqyhvnyxx624gyajl9mn3a7"))))
"0mps6q7yayx5l78vlq567pndlsjk71izd65znz3lj4dfbh0qq046"))))
(properties `((upstream-name . "keyring")))
(build-system r-build-system)
(propagated-inputs