gnu: python-arviz: Update to 0.17.0.
* gnu/packages/statistics.scm (python-arviz): Update to 0.17.0. Change-Id: I93112c570010165c888b5e303a3c82d80cda3016
This commit is contained in:
		
							parent
							
								
									a4c9766108
								
							
						
					
					
						commit
						90b80796bf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2134,7 +2134,7 @@ machine learning, computer vision, and high-dimensional statistics.")
 | 
				
			||||||
(define-public python-arviz
 | 
					(define-public python-arviz
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-arviz")
 | 
					    (name "python-arviz")
 | 
				
			||||||
    (version "0.16.1")
 | 
					    (version "0.17.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)        ; PyPI misses some test files
 | 
					              (method git-fetch)        ; PyPI misses some test files
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -2143,7 +2143,7 @@ machine learning, computer vision, and high-dimensional statistics.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "19phaqbpls82300z7ghicrldjxyjq4ilmmwsmd9zkl8c7ld5cb4j"))))
 | 
					                "0rmv7nniciq2jjnmk3qslc777wm8mjp7vsbk5dqx87a94dp7198f"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; FIXME: matplotlib tests fail because of the "--save" test flag.
 | 
					     ;; FIXME: matplotlib tests fail because of the "--save" test flag.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue