gnu: r-argparse: Update to 2.1.3.
* gnu/packages/cran.scm (r-argparse): Update to 2.1.3.master
parent
5bdb2f59b8
commit
85b2f49cc0
|
@ -9023,14 +9023,14 @@ matches version and feature constraints.")
|
||||||
(define-public r-argparse
|
(define-public r-argparse
|
||||||
(package
|
(package
|
||||||
(name "r-argparse")
|
(name "r-argparse")
|
||||||
(version "2.1.2")
|
(version "2.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "argparse" version))
|
(uri (cran-uri "argparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cz5qlxw3v8smd5vb00wlzy02mx5i0infm5hnq55hnakffd3b5wr"))))
|
"0vm6nrzl6rsq2qw3km3i4s92kq9phs3cbxzv3i8hlyld9ajk3nmf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list python))
|
(inputs (list python))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue