mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
30179545fa
commit
5314158244
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue