Skip to content

Commit

Permalink
spyder: 5.5.5 -> 5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Aug 27, 2024
1 parent 709b1eb commit 246071a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/spyder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
buildPythonPackage,
fetchPypi,
pythonOlder,

# dependencies
atomicwrites,
chardet,
cloudpickle,
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 246071a

Please sign in to comment.