me
/
guix
Archived
1
0
Fork 0

gnu: r-argparser: Update to 0.7.2.

* gnu/packages/cran.scm (r-argparser): Update to 0.7.2.

Change-Id: I2dd93ed20822070b92fe48d4400eb4e87543d5a2
master
Ricardo Wurmus 2024-04-09 18:45:31 +02:00
parent c6c846c044
commit e5acdf788b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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