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 committed by Andreas Enge
parent e3b0d64ea8
commit e8c46523e8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

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"))))