guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/40: gnu: r-xts: Update to 0.13.2.


From: guix-commits
Subject: 10/40: gnu: r-xts: Update to 0.13.2.
Date: Tue, 23 Jan 2024 07:43:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f4eb36050e7a83daa50c8b0527d0c2df0a31e719
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 08:26:10 2024 +0100

    gnu: r-xts: Update to 0.13.2.
    
    * gnu/packages/cran.scm (r-xts): Update to 0.13.2.
    
    Change-Id: I0f551d91a7012fabb117160c54e9c17883a48ca9
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c74fbdd485..76fc796062 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9582,14 +9582,14 @@ training models for classification or ranking.")
 (define-public r-xts
   (package
     (name "r-xts")
-    (version "0.13.1")
+    (version "0.13.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "xts" version))
        (sha256
         (base32
-         "0pc23na5lrzfchd4i22p035y1krjpddi0iw6i78lhbhns330ff9c"))))
+         "1yqx1x395hvdav1fvmpwrfm8sir398ky1bi0x5zsm7acbkv91maa"))))
     (build-system r-build-system)
     (propagated-inputs (list r-zoo))
     (home-page "https://github.com/joshuaulrich/xts";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]