guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bc39c708d83413b355fe4fec5288c01d71c3afaf
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 31 09:11:21 2025 +0200

    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
---
 gnu/packages/cran.scm | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 49acd3d440..d5cdf055f0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -45631,28 +45631,26 @@ trend test.")
 (define-public r-keyring
   (package
     (name "r-keyring")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "keyring" version))
        (sha256
         (base32
-         "0mps6q7yayx5l78vlq567pndlsjk71izd65znz3lj4dfbh0qq046"))))
+         "1s1msy82f76wkbchhrfxr072dzg93qnmcg017ymhdksmrjw7zxwk"))))
     (properties
      '((upstream-name . "keyring")
        (updater-extra-native-inputs . ("r-mockery"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-askpass
-           r-assertthat
-           r-filelock
-           r-openssl
-           r-r6
-           r-rappdirs
-           r-sodium
-           r-yaml))
-    (native-inputs (list pkg-config r-mockery r-testthat))
+     (list r-askpass r-filelock r-r6 r-yaml))
+    (native-inputs (list pkg-config
+                         r-callr
+                         r-mockery
+                         r-openssl
+                         r-testthat
+                         r-withr))
     (home-page "https://github.com/r-lib/keyring";)
     (synopsis "Access the system credential store from R")
     (description

Reply via email to