From 2fa8d3ccf9efb131deda5d6531d5917050c9a763 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 25 Jan 2025 18:17:19 +0200 Subject: python312Packages.plotpy: 2.6.3 -> 2.7.1 Diff: https://github.com/PlotPyStack/PlotPy/compare/refs/tags/v2.6.3...v2.7.1 Changelog: https://github.com/PlotPyStack/PlotPy/blob/refs/tags/v2.7.1/CHANGELOG.md --- pkgs/development/python-modules/plotpy/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/python-modules/plotpy') diff --git a/pkgs/development/python-modules/plotpy/default.nix b/pkgs/development/python-modules/plotpy/default.nix index 1b81c999a374..3cc4db7c59cf 100644 --- a/pkgs/development/python-modules/plotpy/default.nix +++ b/pkgs/development/python-modules/plotpy/default.nix @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system - cython_0, + cython, setuptools, # dependencies @@ -31,18 +31,18 @@ buildPythonPackage rec { pname = "plotpy"; - version = "2.6.3"; + version = "2.7.1"; pyproject = true; src = fetchFromGitHub { owner = "PlotPyStack"; repo = "PlotPy"; tag = "v${version}"; - hash = "sha256-kMVq8X6XP18B5x35BTuC7Q5uFFwds1JxCaxlDuD/UfE="; + hash = "sha256-Ava3rtF/W6MdL/iaK8zbwYBCD5WFAhpzcQnHwfuXOzc="; }; build-system = [ - cython_0 + cython setuptools ]; # Both numpy versions are supported, see: -- cgit v1.2.3