gnu: r-nlme: Update to 3.1-137.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-137.
This commit is contained in:
		
							parent
							
								
									ac6672d539
								
							
						
					
					
						commit
						6fa9cf1abb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -488,14 +488,14 @@ and operations on them using LAPACK and SuiteSparse.")
 | 
				
			||||||
(define-public r-nlme
 | 
					(define-public r-nlme
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-nlme")
 | 
					    (name "r-nlme")
 | 
				
			||||||
    (version "3.1-131.1")
 | 
					    (version "3.1-137")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "nlme" version))
 | 
					       (uri (cran-uri "nlme" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1xafi670a9jzb52kqxkacxfmy0viac3aql5byfq86kgkgla2sg0y"))))
 | 
					         "11vyxxc0n36vb8d8g02zr0402ymicvbifwdsqm7gy9iqqnwrn101"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-lattice" ,r-lattice)))
 | 
					     `(("r-lattice" ,r-lattice)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue