gnu: r-argparse: Update to 2.0.1.

* gnu/packages/cran.scm (r-argparse): Update to 2.0.1.
[propagated-inputs]: Remove r-getopt.
This commit is contained in:
Ricardo Wurmus 2019-03-20 23:53:59 +01:00
parent fcb8456577
commit 37317189a7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -6097,19 +6097,18 @@ matches version and feature constraints.")
(define-public r-argparse (define-public r-argparse
(package (package
(name "r-argparse") (name "r-argparse")
(version "2.0.0") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "argparse" version)) (uri (cran-uri "argparse" version))
(sha256 (sha256
(base32 (base32
"1qrp7hc8sm6ryw0zws76al865ansig1xbx8ljxz4wabh60msrz3i")))) "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("python" ,python))) (inputs `(("python" ,python)))
(propagated-inputs (propagated-inputs
`(("r-findpython" ,r-findpython) `(("r-findpython" ,r-findpython)
("r-getopt" ,r-getopt)
("r-jsonlite" ,r-jsonlite) ("r-jsonlite" ,r-jsonlite)
("r-r6" ,r-r6))) ("r-r6" ,r-r6)))
(home-page "https://github.com/trevorld/argparse") (home-page "https://github.com/trevorld/argparse")