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