guix-commits
[Top][All Lists]
Advanced

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

08/30: gnu: r-ttr: Update to 0.24.1.


From: guix-commits
Subject: 08/30: gnu: r-ttr: Update to 0.24.1.
Date: Sun, 30 Aug 2020 17:31:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit efb0470b7dbd06eac40e1f11a608cf5f3f2ce830
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 30 23:28:08 2020 +0200

    gnu: r-ttr: Update to 0.24.1.
    
    * gnu/packages/cran.scm (r-ttr): Update to 0.24.1.
---
 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 e855835..6045367 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4687,14 +4687,14 @@ of these tests are also included.")
 (define-public r-ttr
   (package
     (name "r-ttr")
-    (version "0.24.0")
+    (version "0.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "TTR" version))
        (sha256
         (base32
-         "0dcmfr98bxhdhszsdr1yjhvy4kplnfm88fh8sdzrkjank1qsxia2"))))
+         "12g187pljnxjjx0s0rsq9lzvwvxyvymi6l9ykkkzg1j48mi1dm56"))))
     (properties `((upstream-name . "TTR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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