Skip to content

Commit

Permalink
python312Packages.plotpy: 2.7.1 -> 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and NotAShelf committed Feb 17, 2025
1 parent fce0cdc commit bec934b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plotpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

buildPythonPackage rec {
pname = "plotpy";
version = "2.7.1";
version = "2.7.2";
pyproject = true;

src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "PlotPy";
tag = "v${version}";
hash = "sha256-Ava3rtF/W6MdL/iaK8zbwYBCD5WFAhpzcQnHwfuXOzc=";
hash = "sha256-X7HLsT+EKSrCE50u4wbfYr1jwJoSMS0YbvbKofznBL4=";
};

build-system = [
Expand Down

0 comments on commit bec934b

Please sign in to comment.