me
/
guix
Archived
1
0
Fork 0

gnu: r-argparser: Update to 0.6.

* gnu/packages/cran.scm (r-argparser): Update to 0.6.
master
Ricardo Wurmus 2019-12-17 14:56:00 +01:00
parent f87c672789
commit 4d6ccb0000
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3799,14 +3799,14 @@ rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
(define-public r-argparser
(package
(name "r-argparser")
(version "0.4")
(version "0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "argparser" version))
(sha256
(base32
"0s1wxshx4jk69wfxhycx973q6y8cmqrfymyjklhq1i8xrj0kmmx9"))))
"1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
(build-system r-build-system)
(home-page "https://bitbucket.org/djhshih/argparser")
(synopsis "Command-line argument parser")