me
/
guix
Archived
1
0
Fork 0

gnu: r-argparse: Update to 2.1.5.

* gnu/packages/cran.scm (r-argparse): Update to 2.1.5.
master
Ricardo Wurmus 2022-05-28 08:30:23 +02:00
parent 054842979e
commit 65a0fa0dd3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10101,14 +10101,14 @@ matches version and feature constraints.")
(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