spyder: 5.5.1 -> 5.5.3

Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2024-03-17 10:52:43 +01:00
parent d0f89e785e
commit 719631fcf2
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "spyder";
version = "5.5.1";
version = "5.5.3";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-+z8Jj0eA/mYH1r8ZQUyYUFMk7h1mBxjoTD5YZk0cH0k=";
hash = "sha256-i3OEKbiELfEmgff3EQfr6xGc74f1kMx1e+PbbXprkis=";
};
patches = [