guix-commits
[Top][All Lists]
Advanced

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

47/214: gnu: r-urca: Update to 1.3-3.


From: guix-commits
Subject: 47/214: gnu: r-urca: Update to 1.3-3.
Date: Tue, 20 Sep 2022 11:07:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 57df40214792c62f7bce86d14dc042e063842e74
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:53 2022 +0200

    gnu: r-urca: Update to 1.3-3.
    
    * gnu/packages/cran.scm (r-urca): Update to 1.3-3.
---
 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 72e394f3a7..1c00a26940 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7933,14 +7933,14 @@ chaotic time series analysis.")
 (define-public r-urca
   (package
     (name "r-urca")
-    (version "1.3-0")
+    (version "1.3-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "urca" version))
        (sha256
         (base32
-         "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
+         "1wg9f691pif59xds43gnnw77mmzc9xpnhhvaksk2b0szffvaifj3"))))
     (build-system r-build-system)
     (propagated-inputs (list r-nlme))
     (native-inputs (list gfortran))



reply via email to

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