Skip to content

Commit

Permalink
python312Packages.spyder-kernels: 3.0.1 -> 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Dec 5, 2024
1 parent 9814e2f commit f746ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/spyder-kernels/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

buildPythonPackage rec {
pname = "spyder-kernels";
version = "3.0.1";
version = "3.0.2";
pyproject = true;

src = fetchFromGitHub {
owner = "spyder-ide";
repo = "spyder-kernels";
rev = "refs/tags/v${version}";
hash = "sha256-OWdm4ytF9evqMEOOASssMag6QuJq2MwqmIZ+4et5IoI=";
hash = "sha256-lze398ZQqI6cEu/rldPqzNQ8jrqI/ixUps/aJat7920=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit f746ea1

Please sign in to comment.