guix-commits
[Top][All Lists]
Advanced

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

24/80: gnu: r-ttr: Update to 0.24.0.


From: guix-commits
Subject: 24/80: gnu: r-ttr: Update to 0.24.0.
Date: Wed, 12 Aug 2020 07:58:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 38add85d0f985cf1fea81e996f6a426828905eed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:56:50 2020 +0200

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



reply via email to

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