gnu: r-optparse: Update to 1.6.4.
* gnu/packages/cran.scm (r-optparse): Update to 1.6.4.
This commit is contained in:
		
							parent
							
								
									4978222ad7
								
							
						
					
					
						commit
						cbe42da235
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -13343,14 +13343,14 @@ authoring books and technical documents with R Markdown.") | |||
| (define-public r-optparse | ||||
|   (package | ||||
|     (name "r-optparse") | ||||
|     (version "1.6.2") | ||||
|     (version "1.6.4") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (cran-uri "optparse" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0zrp6jakjhawrwfri270ym83vj5a7nvjk0w6b41z41ahw2da99dm")))) | ||||
|          "0wyrc42ja3ab5szx46zmz8lm7vzfqxkjca0m0sms8g9hqbmmay6d")))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("r-getopt" ,r-getopt))) | ||||
|  |  | |||
		Reference in a new issue