1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: r-iotools: Update to 0.4-0.

* gnu/packages/cran.scm (r-iotools): Update to 0.4-0.

Change-Id: Icb9aed7e023c98d3fa10c8c455276d2114e904d8
This commit is contained in:
Ricardo Wurmus
2026-02-21 10:03:36 +01:00
committed by Andreas Enge
parent 587b92ab43
commit a474a05a16
+2 -2
View File
@@ -57674,13 +57674,13 @@ tests or outside of a testing context.")
(define-public r-iotools
(package
(name "r-iotools")
(version "0.3-5")
(version "0.4-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "iotools" version))
(sha256
(base32 "12xlf31aawj5sxanb2m63r665a9x5v87q4ig8qkvaygpdg51gycw"))))
(base32 "04grzs57lcxaig4fdyxs7bwhsj34j6ahms7dahsilqyp4gd2dbmp"))))
(properties `((upstream-name . "iotools")))
(build-system r-build-system)
(home-page "https://www.rforge.net/iotools")