summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-05-31 09:11:21 +0200
committerRicardo Wurmus <rekado@elephly.net>2025-05-31 23:46:21 +0200
commitbc39c708d83413b355fe4fec5288c01d71c3afaf (patch)
tree2c93c374dae8367e980981bf4ed83a4815ca77cd /gnu
parente2be385bce5191e16340e8af79d82289e2917606 (diff)
gnu: r-keyring: Update to 1.4.0.
* gnu/packages/cran.scm (r-keyring): Update to 1.4.0. [propagated-inputs]: Remove r-assertthat, r-openssl, r-rappdirs, and r-sodium. [native-inputs]: Add r-callr, r-openssl, and r-withr. Change-Id: I5b8e3604dea869cc0b21dc171f6c4048ee1cd7f6
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm20
1 files changed, 9 insertions, 11 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 49acd3d440d..d5cdf055f07 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -45631,28 +45631,26 @@ trend test.")
45631(define-public r-keyring 45631(define-public r-keyring
45632 (package 45632 (package
45633 (name "r-keyring") 45633 (name "r-keyring")
45634 (version "1.3.2") 45634 (version "1.4.0")
45635 (source 45635 (source
45636 (origin 45636 (origin
45637 (method url-fetch) 45637 (method url-fetch)
45638 (uri (cran-uri "keyring" version)) 45638 (uri (cran-uri "keyring" version))
45639 (sha256 45639 (sha256
45640 (base32 45640 (base32
45641 "0mps6q7yayx5l78vlq567pndlsjk71izd65znz3lj4dfbh0qq046")))) 45641 "1s1msy82f76wkbchhrfxr072dzg93qnmcg017ymhdksmrjw7zxwk"))))
45642 (properties 45642 (properties
45643 '((upstream-name . "keyring") 45643 '((upstream-name . "keyring")
45644 (updater-extra-native-inputs . ("r-mockery")))) 45644 (updater-extra-native-inputs . ("r-mockery"))))
45645 (build-system r-build-system) 45645 (build-system r-build-system)
45646 (propagated-inputs 45646 (propagated-inputs
45647 (list r-askpass 45647 (list r-askpass r-filelock r-r6 r-yaml))
45648 r-assertthat 45648 (native-inputs (list pkg-config
45649 r-filelock 45649 r-callr
45650 r-openssl 45650 r-mockery
45651 r-r6 45651 r-openssl
45652 r-rappdirs 45652 r-testthat
45653 r-sodium 45653 r-withr))
45654 r-yaml))
45655 (native-inputs (list pkg-config r-mockery r-testthat))
45656 (home-page "https://github.com/r-lib/keyring") 45654 (home-page "https://github.com/r-lib/keyring")
45657 (synopsis "Access the system credential store from R") 45655 (synopsis "Access the system credential store from R")
45658 (description 45656 (description