summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/cran.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2462edc3545..f0b0f0ba146 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -50248,18 +50248,16 @@ trend test.")
50248 (sha256 50248 (sha256
50249 (base32 50249 (base32
50250 "116fad7zhhrcbmfmxih11q18x9a9prkln9i503y98i6dr0glb8pv")))) 50250 "116fad7zhhrcbmfmxih11q18x9a9prkln9i503y98i6dr0glb8pv"))))
50251 (properties 50251 (properties '((upstream-name . "keyring")))
50252 '((upstream-name . "keyring")
50253 (updater-extra-native-inputs . ("r-mockery"))))
50254 (build-system r-build-system) 50252 (build-system r-build-system)
50255 (propagated-inputs 50253 (propagated-inputs
50256 (list r-askpass r-filelock r-r6 r-yaml)) 50254 (list r-askpass r-filelock r-r6 r-yaml))
50257 (native-inputs (list pkg-config 50255 (native-inputs (list pkg-config
50258 r-callr 50256 which
50259 r-mockery
50260 r-openssl 50257 r-openssl
50261 r-testthat 50258 r-testthat
50262 r-withr)) 50259 r-withr))
50260 (inputs (list libsecret))
50263 (home-page "https://github.com/r-lib/keyring") 50261 (home-page "https://github.com/r-lib/keyring")
50264 (synopsis "Access the system credential store from R") 50262 (synopsis "Access the system credential store from R")
50265 (description 50263 (description