1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00

gnu: r-timeseries: Update to 4032.109.

* gnu/packages/cran.scm (r-timeseries): Update to 4032.109.

Change-Id: I7f70021db91fcc4e23cca07d69e2ea7598a0178b
This commit is contained in:
Ricardo Wurmus
2024-01-17 23:09:47 +01:00
parent efabd0054c
commit b50cd1276c

View File

@@ -9950,13 +9950,13 @@ timeout. It can also poll several processes at once.")
(define-public r-timeseries
(package
(name "r-timeseries")
(version "4032.108")
(version "4032.109")
(source (origin
(method url-fetch)
(uri (cran-uri "timeSeries" version))
(sha256
(base32
"1mcx059f9hnzgcxcil7hvgp9hz7gancj4gjgpdlpa4by77nwygpd"))))
"07vkppp9azbrn0lv1xhi4s3vpy4mglhysp7d250fl08b9rc4f32y"))))
(properties `((upstream-name . "timeSeries")))
(build-system r-build-system)
(propagated-inputs (list r-timedate))