mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
spyder: update 2.1.13.1 -> 2.2.5
This update brings bug fixes and new features. Full changelog: https://code.google.com/p/spyderlib/source/browse/CHANGELOG
This commit is contained in:
parent
440af2e5e5
commit
c6d548f9b3
@ -8,12 +8,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "spyder-2.1.13.1";
|
||||
name = "spyder-2.2.5";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://spyderlib.googlecode.com/files/${name}.zip";
|
||||
sha256 = "1sg88shvw6k2v5428k13mah4pyqng43856rzr6ypz5qgwn0677ya";
|
||||
sha256 = "1bxc5qs2bqc21s6kxljsfxnmwgrgnyjfr9mkwzg9njpqsran3bp2";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
|
Loading…
Reference in New Issue
Block a user