gnu: python-scipy: Update to 1.1.0.
* gnu/packages/python.scm (python-scipy): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									f6f8645cc9
								
							
						
					
					
						commit
						6cd715adef
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3623,14 +3623,14 @@ functions.") | ||||||
| (define-public python-scipy | (define-public python-scipy | ||||||
|   (package |   (package | ||||||
|     (name "python-scipy") |     (name "python-scipy") | ||||||
|     (version "1.0.1") |     (version "1.1.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "scipy" version)) |        (uri (pypi-uri "scipy" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "1fj0r7bg0cfk5clvl57ga06y9bfh05iwlv1dqqs1r6pd89wccfc7")))) |          "1lfg686w6vv2m2dfs8v9d0bf2i18z7wz5vgzjnkgmpr4hi0550w7")))) | ||||||
|     (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