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:
parent
fcb8456577
commit
37317189a7
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue