gnu: r-argparse: Update to 2.0.3.
* gnu/packages/cran.scm (r-argparse): Update to 2.0.3. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									10849c6b22
								
							
						
					
					
						commit
						e5eb63fa60
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -7461,20 +7461,22 @@ matches version and feature constraints.") | ||||||
| (define-public r-argparse | (define-public r-argparse | ||||||
|   (package |   (package | ||||||
|     (name "r-argparse") |     (name "r-argparse") | ||||||
|     (version "2.0.1") |     (version "2.0.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 | ||||||
|          "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l")))) |          "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (inputs `(("python" ,python))) |     (inputs `(("python" ,python))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("r-findpython" ,r-findpython) |      `(("r-findpython" ,r-findpython) | ||||||
|        ("r-jsonlite" ,r-jsonlite) |        ("r-jsonlite" ,r-jsonlite) | ||||||
|        ("r-r6" ,r-r6))) |        ("r-r6" ,r-r6))) | ||||||
|  |     (native-inputs | ||||||
|  |      `(("r-knitr" ,r-knitr))) | ||||||
|     (home-page "https://github.com/trevorld/argparse") |     (home-page "https://github.com/trevorld/argparse") | ||||||
|     (synopsis "Command line optional and positional argument parser") |     (synopsis "Command line optional and positional argument parser") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue