guix-commits
[Top][All Lists]
Advanced

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

148/214: gnu: r-iml: Update to 0.11.1.


From: guix-commits
Subject: 148/214: gnu: r-iml: Update to 0.11.1.
Date: Tue, 20 Sep 2022 11:07:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-iml: Update to 0.11.1.
    
    * gnu/packages/cran.scm (r-iml): Update to 0.11.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 08b66b23fe..c7bb64cdfe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28301,14 +28301,14 @@ simple interface for all functions.")
 (define-public r-iml
   (package
     (name "r-iml")
-    (version "0.11.0")
+    (version "0.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "iml" version))
        (sha256
         (base32
-         "1za7bjnp07i20vyb6vxz2ya5cr8g4p076w61n8m38wnz04lz5yz5"))))
+         "0fi37lv9czaxcc123f6r57607shqhs83ks96n2n0b93dl1qs0j52"))))
     (properties `((upstream-name . "iml")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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