gnu: python-scipy: Update to 1.0.1.
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
This commit is contained in:
		
							parent
							
								
									4a3ac362bb
								
							
						
					
					
						commit
						982e886584
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3639,14 +3639,14 @@ functions.")
 | 
				
			||||||
(define-public python-scipy
 | 
					(define-public python-scipy
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-scipy")
 | 
					    (name "python-scipy")
 | 
				
			||||||
    (version "1.0.0")
 | 
					    (version "1.0.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "scipy" version))
 | 
					       (uri (pypi-uri "scipy" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "043djb3vyk6qripmyw30jhl0g8qza0fmar6wck10iv79l08izsl7"))))
 | 
					         "1fj0r7bg0cfk5clvl57ga06y9bfh05iwlv1dqqs1r6pd89wccfc7"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-numpy" ,python-numpy)
 | 
					     `(("python-numpy" ,python-numpy)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue