gnu: r-argparse: Update to 2.2.1.

* gnu/packages/cran.scm (r-argparse): Update to 2.2.1.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:20 +01:00
parent 90ebc6612c
commit 2453014405
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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