From 246071ae1da23bafcdcf612522635c585512a88b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 27 Aug 2024 08:10:38 +0200 Subject: [PATCH] spyder: 5.5.5 -> 5.5.6 Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md --- pkgs/development/python-modules/spyder/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/spyder/default.nix b/pkgs/development/python-modules/spyder/default.nix index eafc959eb8820..b3d91997fc903 100644 --- a/pkgs/development/python-modules/spyder/default.nix +++ b/pkgs/development/python-modules/spyder/default.nix @@ -3,6 +3,8 @@ buildPythonPackage, fetchPypi, pythonOlder, + + # dependencies atomicwrites, chardet, cloudpickle, @@ -44,14 +46,14 @@ buildPythonPackage rec { pname = "spyder"; - version = "5.5.5"; + version = "5.5.6"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-Y+JZO/LfWi1QzoSSV1uDI4zxLcte0HwVMNmBK0aXgd4="; + hash = "sha256-lYtmn0oBXFw5EFDrbv+o2EZWqL/Eel9GrbopeEnYK90="; }; patches = [ ./dont-clear-pythonpath.patch ];