me
/
guix
Archived
1
0
Fork 0

gnu: r-argparser: Update to 0.7.1.

* gnu/packages/cran.scm (r-argparser): Update to 0.7.1.
master
Ricardo Wurmus 2021-03-09 21:38:34 +01:00
parent 5136cc1306
commit 6fe7e138b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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