gnu: r-xopen: Update to 1.0.1.

* gnu/packages/cran.scm (r-xopen): Update to 1.0.1.

Change-Id: Ib6a2cf9f4ab8103277d43f45c5c4379bbb61894e
This commit is contained in:
Ricardo Wurmus 2024-05-07 22:18:45 +02:00
parent 7cf39c3ed4
commit 909b50265d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18137,14 +18137,14 @@ the code was copied over from @code{devtools}.")
(define-public r-xopen (define-public r-xopen
(package (package
(name "r-xopen") (name "r-xopen")
(version "1.0.0") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xopen" version)) (uri (cran-uri "xopen" version))
(sha256 (sha256
(base32 (base32
"1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2")))) "1v4sna4md4cpqwi7802m4mfflgi506fxh78la0kam894qfw7icp3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-processx)) (list r-processx))