mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
7cf39c3ed4
commit
909b50265d
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue