gnu: r-clock: Update to 0.7.4.

* gnu/packages/cran.scm (r-clock): Update to 0.7.4.

Change-Id: I8be3a7dfeb19ea363723f3ffce541e172d1bfaac
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:19 +01:00
parent d2ac3d068c
commit d4ae5c9b8d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7800,13 +7800,13 @@ the system clipboards.")
(define-public r-clock
(package
(name "r-clock")
(version "0.7.3")
(version "0.7.4")
(source (origin
(method url-fetch)
(uri (cran-uri "clock" version))
(sha256
(base32
"0vjni8ci8y5aih104rbca5dqrsdsnpxwrqahmr3ncv3qp0krx82s"))))
"1jlp4f5a48l2318dgawafc8v8xncms1nvw9adl0xpwhhlrfkqxhk"))))
(properties
'((upstream-name . "clock")
(updater-extra-native-inputs . ("tzdata-for-tests"))))