me
/
guix
Archived
1
0
Fork 0

gnu: r-iotools: Update to 0.3-5.

* gnu/packages/cran.scm (r-iotools): Update to 0.3-5.

Change-Id: Iae964c227556ba25e4ec008922124747cbee8368
Ricardo Wurmus 2023-12-15 12:17:08 +01:00
parent a9616ac45e
commit ad5a9e20cc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")