gnu: r-lmom: Update to 2.9.
* gnu/packages/statistics.scm (r-lmom): Update to 2.9.
This commit is contained in:
		
							parent
							
								
									eba783130f
								
							
						
					
					
						commit
						281bf72745
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6835,13 +6835,13 @@ Annealing\" @url{doi:10.1145/3025453.3025912}.")
 | 
				
			||||||
(define-public r-lmom
 | 
					(define-public r-lmom
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-lmom")
 | 
					    (name "r-lmom")
 | 
				
			||||||
    (version "2.8")
 | 
					    (version "2.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (cran-uri "lmom" version))
 | 
					        (uri (cran-uri "lmom" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32 "1lnj41gynaar5isyijg5nbll64qdxa12dnqvz7lxhaclqcjskqna"))))
 | 
					          (base32 "145va4dhl767mywk36xcmqilm21sfkqhcqi0s07qgq3k39sn4gin"))))
 | 
				
			||||||
    (properties `((upstream-name . "lmom")))
 | 
					    (properties `((upstream-name . "lmom")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (native-inputs (list gfortran))
 | 
					    (native-inputs (list gfortran))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue