gnu: r-getoptlong: Update to 1.0.2.
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.2.
This commit is contained in:
		
							parent
							
								
									1b5c263bfc
								
							
						
					
					
						commit
						1fdd9ebf77
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2261,14 +2261,14 @@ compare different dendrograms to one another.")
 | 
				
			||||||
(define-public r-getoptlong
 | 
					(define-public r-getoptlong
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-getoptlong")
 | 
					    (name "r-getoptlong")
 | 
				
			||||||
    (version "1.0.0")
 | 
					    (version "1.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "GetoptLong" version))
 | 
					       (uri (cran-uri "GetoptLong" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1fswgy5j4xaipqs7nk7nzrl66vrchhxrk0w7hcsbyij3sxgn3z9j"))))
 | 
					         "1p89v2qzqfxyrmqzkv245716n9i4bllnq77a6gw811mgdhxbd51l"))))
 | 
				
			||||||
    (properties `((upstream-name . "GetoptLong")))
 | 
					    (properties `((upstream-name . "GetoptLong")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue