gnu: r-argparse: Update to 2.1.5.
* gnu/packages/cran.scm (r-argparse): Update to 2.1.5.
This commit is contained in:
parent
054842979e
commit
65a0fa0dd3
1 changed files with 2 additions and 2 deletions
|
@ -10101,14 +10101,14 @@ (define-public r-findpython
|
|||
(define-public r-argparse
|
||||
(package
|
||||
(name "r-argparse")
|
||||
(version "2.1.3")
|
||||
(version "2.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "argparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vm6nrzl6rsq2qw3km3i4s92kq9phs3cbxzv3i8hlyld9ajk3nmf"))))
|
||||
"13b5halfxc7nr57vkz3qmkkcpw1hr4xdk1mjh2cq8cvpnjz15qc3"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list python))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue