guix-commits
[Top][All Lists]
Advanced

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

26/54: gnu: r-abctools: Update to 1.1.6.


From: guix-commits
Subject: 26/54: gnu: r-abctools: Update to 1.1.6.
Date: Thu, 30 Mar 2023 13:22:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a0f6305eb190e3bd97221603d867fd906d823647
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:39 2023 +0200

    gnu: r-abctools: Update to 1.1.6.
    
    * gnu/packages/cran.scm (r-abctools): Update to 1.1.6.
---
 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 af18bf397e..13cd56d3fd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13376,13 +13376,13 @@ ABC algorithms.")
 (define-public r-abctools
   (package
     (name "r-abctools")
-    (version "1.1.4")
+    (version "1.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abctools" version))
        (sha256
-        (base32 "02c473fqj7yd27flma2x7flqzqbrnba2xfcjy466nww0sm1vvhjg"))))
+        (base32 "0yxmj28ym8919l27m04yjyc7mya1iy5ap4p980grsh7m4cgpx3bh"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-abc r-abind r-hmisc r-plyr))



reply via email to

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