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
|
(define-public r-argparse
|
||||||
(package
|
(package
|
||||||
(name "r-argparse")
|
(name "r-argparse")
|
||||||
(version "2.0.4")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "argparse" version))
|
(uri (cran-uri "argparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sgrr6acvfjbhksj45v6d5m5n5pp12kypcxisgbshlr9jdkmasd7"))))
|
"1k6v35g3bppcr896h4v39zh1sxxia1bxxh29xv0mhad1nvmv25j9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs `(("python" ,python)))
|
(inputs `(("python" ,python)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue