me
/
guix
Archived
1
0
Fork 0

gnu: r-timeseries: Update to 4032.109.

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

Change-Id: I7f70021db91fcc4e23cca07d69e2ea7598a0178b
master
Ricardo Wurmus 2024-01-17 23:09:47 +01:00
parent efabd0054c
commit b50cd1276c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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))