aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-02-18 16:08:16 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-02-18 19:56:32 +0100
commit485bdfd7d088fcc1178d7eaa9305500105befbef (patch)
tree0a5b2a7dcd7e6261e3421af041b50e008126e0d9
parent76f2fbeae0feab21887fed133a33d01c2b785186 (diff)
downloadguix-485bdfd7d088fcc1178d7eaa9305500105befbef.tar.gz
guix-485bdfd7d088fcc1178d7eaa9305500105befbef.zip
gnu: r-timechange: Update to 0.2.0.
* gnu/packages/cran.scm (r-timechange): Update to 0.2.0.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1834fe8b1e..c0766213f0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6329,13 +6329,13 @@ methods.")
(define-public r-timechange
(package
(name "r-timechange")
- (version "0.1.1")
+ (version "0.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "timechange" version))
(sha256
(base32
- "0w3zbmzhg3zr5d9aa83kmr6gyhk75l7jysa7zs0pnz9x4ffr20w5"))))
+ "1wgpab9dvmvkfb1p1arj0knb8qal9hazbhx5jkpxl8r10l420q1x"))))
(properties `((upstream-name . "timechange")))
(build-system r-build-system)
(propagated-inputs (list r-cpp11))