gnu: r-argparse: Update to 2.1.1.

* gnu/packages/cran.scm (r-argparse): Update to 2.1.1.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:20 +02:00
parent 57448d5b40
commit 155ab08dfd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9115,14 +9115,14 @@ (define-public r-findpython
(define-public r-argparse (define-public r-argparse
(package (package
(name "r-argparse") (name "r-argparse")
(version "2.0.4") (version "2.1.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
"1sgrr6acvfjbhksj45v6d5m5n5pp12kypcxisgbshlr9jdkmasd7")))) "1k6v35g3bppcr896h4v39zh1sxxia1bxxh29xv0mhad1nvmv25j9"))))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("python" ,python))) (inputs `(("python" ,python)))
(propagated-inputs (propagated-inputs