gnu: r-optparse: Update to 1.7.4.
* gnu/packages/cran.scm (r-optparse): Update to 1.7.4. Change-Id: I8e40f6f8e92f436ee843a68ac3860c18a47f4478
This commit is contained in:
parent
4fcbec929e
commit
137277782f
1 changed files with 2 additions and 2 deletions
|
@ -23601,14 +23601,14 @@ authoring books and technical documents with R Markdown.")
|
|||
(define-public r-optparse
|
||||
(package
|
||||
(name "r-optparse")
|
||||
(version "1.7.3")
|
||||
(version "1.7.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "optparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v87db7fm494dwxvdsnl1m2kj84nplq7pkh0g41najhx0npy31v2"))))
|
||||
"122x490161f836l7mmd021dpylz50qrqdhjcgvkd8wpsjijxd8lk"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-getopt))
|
||||
|
|
Reference in a new issue