mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
d2ac3d068c
commit
d4ae5c9b8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue