gnu: r-argparse: Update to 2.1.6.

* gnu/packages/cran.scm (r-argparse): Update to 2.1.6.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:03 +02:00
parent c3e1314ac2
commit 95d9a83be1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10356,14 +10356,14 @@ (define-public r-findpython
(define-public r-argparse (define-public r-argparse
(package (package
(name "r-argparse") (name "r-argparse")
(version "2.1.5") (version "2.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "argparse" version)) (uri (cran-uri "argparse" version))
(sha256 (sha256
(base32 (base32
"13b5halfxc7nr57vkz3qmkkcpw1hr4xdk1mjh2cq8cvpnjz15qc3")))) "14p57nm0w3siqd473snzhpmnvsgl72x92pdcd64vhy2qg6nzmmra"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (list python)) (inputs (list python))
(propagated-inputs (propagated-inputs