gnu: r-hms: Update to 0.3.
* gnu/packages/statistics.scm (r-hms): Update to 0.3.
This commit is contained in:
parent
85455a08f4
commit
2a1c1b8074
|
@ -1972,14 +1972,14 @@ were originally a part of the r-devtools package.")
|
||||||
(define-public r-hms
|
(define-public r-hms
|
||||||
(package
|
(package
|
||||||
(name "r-hms")
|
(name "r-hms")
|
||||||
(version "0.2")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hms" version))
|
(uri (cran-uri "hms" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ln1dc26mkl5pc26vvyf01d35x75q6cjaj39cccxp67chbwbdlds"))))
|
"127znf522r5mn3k6frhdd7pqh063bs3l85gn9h7cx50hpjf2as4k"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/rstats-db/hms")
|
(home-page "https://github.com/rstats-db/hms")
|
||||||
(synopsis "Pretty time of day")
|
(synopsis "Pretty time of day")
|
||||||
|
|
Loading…
Reference in New Issue