python310Packages.spyder: 5.4.0 -> 5.4.1
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md
This commit is contained in:
parent
e0293da51a
commit
27225a8617
1 changed files with 2 additions and 2 deletions
|
@ -46,14 +46,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "spyder";
|
||||
version = "5.4.0";
|
||||
version = "5.4.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-nZ+rw5qALSdu+nbaAtGA7PLW6XjcjeZvuPd4a5WtZkw=";
|
||||
hash = "sha256-kQBOYRXhjz+OQk7Vlxb/UKiDi92mA8ialsFQ+QzqhlE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue