diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 20:45:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 21:49:09 +0100 |
commit | 2a1c1b80746f48739c2039332b3d10c21c075243 (patch) | |
tree | 31abc1a4964f8c8f2417274d313797e2003d9d78 | |
parent | 85455a08f429f4b553c9ac10075bebab7701b880 (diff) | |
download | guix-2a1c1b80746f48739c2039332b3d10c21c075243.tar.gz guix-2a1c1b80746f48739c2039332b3d10c21c075243.zip |
gnu: r-hms: Update to 0.3.
* gnu/packages/statistics.scm (r-hms): Update to 0.3.
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d44fbc7237..387a4ad477 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1972,14 +1972,14 @@ were originally a part of the r-devtools package.") (define-public r-hms (package (name "r-hms") - (version "0.2") + (version "0.3") (source (origin (method url-fetch) (uri (cran-uri "hms" version)) (sha256 (base32 - "0ln1dc26mkl5pc26vvyf01d35x75q6cjaj39cccxp67chbwbdlds")))) + "127znf522r5mn3k6frhdd7pqh063bs3l85gn9h7cx50hpjf2as4k")))) (build-system r-build-system) (home-page "https://github.com/rstats-db/hms") (synopsis "Pretty time of day") |