mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05: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 @@ (define-public r-remotes
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue