me
/
guix
Archived
1
0
Fork 0

gnu: r-xopen: Update to 1.0.1.

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

Change-Id: Ib6a2cf9f4ab8103277d43f45c5c4379bbb61894e
master
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
1 changed files with 2 additions and 2 deletions

View File

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