Skip to content

Commit

Permalink
[Backport release-24.05] python3Packages.{pyqt3d, pychart}: 5.15.6 ->…
Browse files Browse the repository at this point in the history
… 5.15.7, python3Packages.pyqtdatavisualization: 5.15.5 -> 5.15.6 (#342427)
  • Loading branch information
pbsds authored Sep 17, 2024
2 parents a51a2ce + 60390cf commit 303cde2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyqt3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "pyqt3d";
version = "5.15.6";
version = "5.15.7";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "PyQt3D";
inherit version;
hash = "sha256-fWxtVc2PwiGzE8mVwPhymjdxFJJvA3f46QEdRevziBw=";
hash = "sha256-6ng+tUbH2tLV6q+C6lBQ3eRSVamELgoddYSIHp4lqVE=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyqtchart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "pyqtchart";
version = "5.15.6";
version = "5.15.7";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "PyQtChart";
inherit version;
hash = "sha256-JpF5b+kqKUphdZKlxcNeeF3JH3dZ3vnrItp532N2Izk=";
hash = "sha256-vJ8dJscl6CCw//jbbpBuiyhhKKFLOpjFmgzQw9mSQJU=";
};

postPatch = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "pyqtdatavisualization";
version = "5.15.5";
version = "5.15.6";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "PyQtDataVisualization";
inherit version;
hash = "sha256-iSf496pwhX7wDFHj379vg92fOFX0FuDVMVknYcu53H8=";
hash = "sha256-ntM7IOdHvGnh1hnxR7sWJcwA1u9ATb8Ha6E6n/b2Bh0=";
};

postPatch = ''
Expand Down

0 comments on commit 303cde2

Please sign in to comment.