gnu: r-urca: Update to 1.3-4.
* gnu/packages/cran.scm (r-urca): Update to 1.3-4. Change-Id: I44c4a0fe18a3ca0780ca2162c8fbb07e560d9d63
This commit is contained in:
		
							parent
							
								
									daa707374f
								
							
						
					
					
						commit
						f2ce23c002
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12306,14 +12306,14 @@ flexdashboard.")
 | 
				
			||||||
(define-public r-urca
 | 
					(define-public r-urca
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-urca")
 | 
					    (name "r-urca")
 | 
				
			||||||
    (version "1.3-3")
 | 
					    (version "1.3-4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "urca" version))
 | 
					       (uri (cran-uri "urca" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1wg9f691pif59xds43gnnw77mmzc9xpnhhvaksk2b0szffvaifj3"))))
 | 
					         "05nb1an5a8r0w6gca6cf40nws2v4hxhznz8kyfm7q7hz0kjnqggy"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs (list r-nlme))
 | 
					    (propagated-inputs (list r-nlme))
 | 
				
			||||||
    (native-inputs (list gfortran))
 | 
					    (native-inputs (list gfortran))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue