mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-08 14:46:49 +00:00
python: spyder: 3.2.6 -> 3.2.7
This commit is contained in:
parent
b92d994501
commit
cd528ddd8e
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "spyder";
|
pname = "spyder";
|
||||||
version = "3.2.6";
|
version = "3.2.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "87d6a4f5ee1aac4284461ee3584c3ade50cb53feb3fe35abebfdfb9be18c526a";
|
sha256 = "b5bb8fe0a556930dc09b68fa2741a0de3da6488843ec960e0c62f1f3b2e08e2f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Somehow setuptools can't find pyqt5. Maybe because the dist-info folder is missing?
|
# Somehow setuptools can't find pyqt5. Maybe because the dist-info folder is missing?
|
||||||
|
Loading…
Reference in New Issue
Block a user