gnu: r-clock: Update to 0.7.1.

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

Change-Id: I03ccf97a22234021d254777582187364304ef6d4
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:32:37 +02:00
parent 30179545fa
commit 5314158244
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2528,13 +2528,13 @@ (define-public r-clipr
(define-public r-clock
(package
(name "r-clock")
(version "0.7.0")
(version "0.7.1")
(source (origin
(method url-fetch)
(uri (cran-uri "clock" version))
(sha256
(base32
"0x58xhngpd2rj7da9gr1x1zwz4rliza7aakfadkqsc4c7wxpmral"))))
"1n7hl5mbywfshk8jid5shnsqsn1al0v636wsy14f681zkp1jyba3"))))
(properties `((upstream-name . "clock")))
(build-system r-build-system)
(propagated-inputs