mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-argparse: Update to 2.1.6.
* gnu/packages/cran.scm (r-argparse): Update to 2.1.6.
This commit is contained in:
parent
c3e1314ac2
commit
95d9a83be1
1 changed files with 2 additions and 2 deletions
|
@ -10356,14 +10356,14 @@ (define-public r-findpython
|
||||||
(define-public r-argparse
|
(define-public r-argparse
|
||||||
(package
|
(package
|
||||||
(name "r-argparse")
|
(name "r-argparse")
|
||||||
(version "2.1.5")
|
(version "2.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "argparse" version))
|
(uri (cran-uri "argparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13b5halfxc7nr57vkz3qmkkcpw1hr4xdk1mjh2cq8cvpnjz15qc3"))))
|
"14p57nm0w3siqd473snzhpmnvsgl72x92pdcd64vhy2qg6nzmmra"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list python))
|
(inputs (list python))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue