gnu: r-quantreg: Update to 5.55.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.55.
This commit is contained in:
		
							parent
							
								
									ad9b4a696e
								
							
						
					
					
						commit
						7a04149e3e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5082,13 +5082,13 @@ using modular prediction and response module classes.")
 | 
			
		|||
(define-public r-quantreg
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-quantreg")
 | 
			
		||||
    (version "5.54")
 | 
			
		||||
    (version "5.55")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "quantreg" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "19nh79qrkb75q348nk148l8wqjwnq5jgq29wpzqym5cfv1kjqfvh"))))
 | 
			
		||||
        (base32 "1zjc8p95kb0ypxa6nxp0lkdq8armkjmmhf8484m25n5f14a59qfb"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("gfortran" ,gfortran)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue