Skip to content

Commit

Permalink
python312Packages.pyqt6-sip: 13.6.0 -> 13.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 22, 2024
1 parent 48b8f3c commit d78ff5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyqt/pyqt6-sip.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

buildPythonPackage rec {
pname = "pyqt6-sip";
version = "13.6.0";
version = "13.8.0";

src = fetchPypi {
pname = "PyQt6_sip";
inherit version;
hash = "sha256-JIbhWIBxlD1PZle6CQltyf/9IyKtLDAEHnjqPwN7V3g=";
hash = "sha256-L3TPPW2cq1FSvZ9J1XCy37h1U+u1xJGav94n9bn9adQ=";
};

# There is no test code and the check phase fails with:
Expand Down

0 comments on commit d78ff5d

Please sign in to comment.