Skip to content

Commit

Permalink
Merge pull request NixOS#276097 from nrdxp/pyqt-6.6.1
Browse files Browse the repository at this point in the history
pyqt6: 6.6.0 -> 6.6.1
  • Loading branch information
nrdxp authored Dec 23, 2023
2 parents 8b2a340 + eb30d1a commit 8c2217f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyqt/6.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

buildPythonPackage rec {
pname = "PyQt6";
version = "6.6.0";
version = "6.6.1";
format = "pyproject";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-1BUS1mBEwt+cX1FaVqkiFw1oo3s0Bv/dyLStxXGBtXY=";
hash = "sha256-nxWKop0gUULFbw810HeEuN8L4oN40gqXvNqL1k/9A3k=";
};

patches = [
Expand Down

0 comments on commit 8c2217f

Please sign in to comment.