mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-argparse: Update to 2.1.1.
* gnu/packages/cran.scm (r-argparse): Update to 2.1.1.
This commit is contained in:
parent
57448d5b40
commit
155ab08dfd
1 changed files with 2 additions and 2 deletions
|
@ -9115,14 +9115,14 @@ (define-public r-findpython
|
|||
(define-public r-argparse
|
||||
(package
|
||||
(name "r-argparse")
|
||||
(version "2.0.4")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "argparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sgrr6acvfjbhksj45v6d5m5n5pp12kypcxisgbshlr9jdkmasd7"))))
|
||||
"1k6v35g3bppcr896h4v39zh1sxxia1bxxh29xv0mhad1nvmv25j9"))))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("python" ,python)))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue