Merge pull request #295633 from GaetanLepage/spyder

spyder: 5.5.1 -> 5.5.3
This commit is contained in:
Pol Dellaiera 2024-03-17 13:40:18 +01:00 committed by GitHub
commit 190224fac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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