gnu: python-scikit-image: Update to 0.19.3.
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.19.3.
This commit is contained in:
		
							parent
							
								
									cebe0f127f
								
							
						
					
					
						commit
						aa718586fa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -183,13 +183,13 @@ logic, also known as grey logic.")
 | 
				
			||||||
(define-public python-scikit-image
 | 
					(define-public python-scikit-image
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-scikit-image")
 | 
					    (name "python-scikit-image")
 | 
				
			||||||
    (version "0.19.2")
 | 
					    (version "0.19.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "scikit-image" version))
 | 
					       (uri (pypi-uri "scikit-image" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0vc6c78780jivsg79ja0cncn1ma2wysy9fyz97kik0kg59jb8cyl"))))
 | 
					        (base32 "0l645smf7w1kail70z8d9r3xmvz7qh6g7n3d2bpacbbnw5ykdd94"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue