mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
python spyder: 2.3.7 -> 2.3.8
This commit is contained in:
parent
c50d013d1f
commit
4ff3787adb
@ -9,12 +9,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "spyder-${version}";
|
||||
version = "2.3.7";
|
||||
version = "2.3.8";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/s/spyder/${name}.zip";
|
||||
sha256 = "0ywgvgcp9s64ys25nfscd2648f7di8544a21b5lb59d4f48z028h";
|
||||
sha256 = "99fdae2cea325c0f2842c77bd67dd22db19fef3d9c0dde1545b1a2650eae517e";
|
||||
};
|
||||
|
||||
# NOTE: sphinx makes the build fail with: ValueError: ZIP does not support timestamps before 1980
|
||||
|
Loading…
Reference in New Issue
Block a user