python310Packages.spyder: 5.4.0 -> 5.4.1

Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-09 14:42:46 +01:00
parent e0293da51a
commit 27225a8617

View file

@ -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 = [