mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-config: Update to 0.3.2.
* gnu/packages/cran.scm (r-config): Update to 0.3.2.
This commit is contained in:
parent
9de7344c48
commit
eb0ba6f494
1 changed files with 2 additions and 2 deletions
|
@ -34222,14 +34222,14 @@ (define-public r-forge
|
|||
(define-public r-config
|
||||
(package
|
||||
(name "r-config")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "config" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
|
||||
"0r8hjg7jrhr9lncb82xmq2slygv3slacd2w8ds6shnvdp3122p3v"))))
|
||||
(properties `((upstream-name . "config")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue