mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-argparse: Update to 2.2.3.
* gnu/packages/cran.scm (r-argparse): Update to 2.2.3. Change-Id: Ice5245a0aee41bd3ccccfc4e34fb516965c3eb6b
This commit is contained in:
parent
5dc7447450
commit
f42dd6f187
1 changed files with 2 additions and 2 deletions
|
@ -15021,14 +15021,14 @@ (define-public r-findpython
|
|||
(define-public r-argparse
|
||||
(package
|
||||
(name "r-argparse")
|
||||
(version "2.2.2")
|
||||
(version "2.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "argparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vc59854fxnznjcrzy5kdmnbyk602ml92jk15rxgndfawvsrnb5n"))))
|
||||
"0x16zp6jh9asyval1kwkxzavwjhx3a47xzlc593kw1hz4bhw8355"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list python))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue