mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-optparse: Update to 1.7.3.
* gnu/packages/cran.scm (r-optparse): Update to 1.7.3.
This commit is contained in:
parent
8776d5ba2c
commit
1a95e6b0f6
1 changed files with 2 additions and 2 deletions
|
@ -18404,14 +18404,14 @@ (define-public r-bookdown
|
|||
(define-public r-optparse
|
||||
(package
|
||||
(name "r-optparse")
|
||||
(version "1.7.1")
|
||||
(version "1.7.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "optparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rqz0y4r94y3mwbb9kyz97cjqpnprka96qbncvbnbmgg2d630kij"))))
|
||||
"1v87db7fm494dwxvdsnl1m2kj84nplq7pkh0g41najhx0npy31v2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-getopt))
|
||||
|
|
Loading…
Reference in a new issue