mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-docopt: Update to 0.7.1.
* gnu/packages/cran.scm (r-docopt): Update to 0.7.1.
This commit is contained in:
parent
55df96b8a8
commit
89950dd439
1 changed files with 2 additions and 2 deletions
|
@ -10405,14 +10405,14 @@ (define-public r-rvcheck
|
|||
(define-public r-docopt
|
||||
(package
|
||||
(name "r-docopt")
|
||||
(version "0.6.1")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "docopt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06zknnd0c5s2y0hbddzdlr3m63ib783izpck6pgz7sjbab5pd068"))))
|
||||
"1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/docopt/docopt.R")
|
||||
(synopsis "Command-line interface specification language")
|
||||
|
|
Loading…
Reference in a new issue