guix-commits
[Top][All Lists]
Advanced

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

159/201: gnu: r-iotools: Update to 0.3-5.


From: guix-commits
Subject: 159/201: gnu: r-iotools: Update to 0.3-5.
Date: Fri, 15 Dec 2023 10:15:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ad5a9e20cca5ead239104b38042e6a66c40bd88b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:08 2023 +0100

    gnu: r-iotools: Update to 0.3-5.
    
    * gnu/packages/cran.scm (r-iotools): Update to 0.3-5.
    
    Change-Id: Iae964c227556ba25e4ec008922124747cbee8368
---
 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 eb37d22985..c9ce73b1de 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40299,13 +40299,13 @@ tests or outside of a testing context.")
 (define-public r-iotools
   (package
     (name "r-iotools")
-    (version "0.3-2")
+    (version "0.3-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "iotools" version))
        (sha256
-        (base32 "07q0z0kszm1xx5hfhisfliyrcsxd8dc5mx0a2bwwnv5l1xzmix17"))))
+        (base32 "12xlf31aawj5sxanb2m63r665a9x5v87q4ig8qkvaygpdg51gycw"))))
     (properties `((upstream-name . "iotools")))
     (build-system r-build-system)
     (home-page "https://www.rforge.net/iotools";)



reply via email to

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