1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-rsconnect: Update to 1.4.1.

* gnu/packages/cran.scm (r-rsconnect): Update to 1.4.1.
[properties]: Record updater-ignored-native-inputs.

Change-Id: Id5591d98fc0b9aae93d24ea93ee7643b756ef51c
This commit is contained in:
Ricardo Wurmus 2025-05-31 07:35:59 +02:00
parent 8f837463e0
commit 38a47ac52a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -45254,17 +45254,18 @@ and reproducible way.")
(define-public r-rsconnect (define-public r-rsconnect
(package (package
(name "r-rsconnect") (name "r-rsconnect")
(version "1.4.0") (version "1.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rsconnect" version)) (uri (cran-uri "rsconnect" version))
(sha256 (sha256
(base32 (base32
"0zn7av6x1f10x2zy7y4bkh4b1xyi1lxhfc2hdjlyriwv50kh2mqi")))) "0h5f1a4kazzw5mn5a3k9x0gmbvbf1pcx0nny034v8jn65p3agvhq"))))
(properties (properties
'((upstream-name . "rsconnect") '((upstream-name . "rsconnect")
(updater-extra-native-inputs . ("tzdata-for-tests")))) (updater-extra-native-inputs . ("tzdata-for-tests"))
(updater-ignored-native-inputs . ("r-bioc" "r-pak"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-cli (list r-cli