mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #261206 from r-ryantm/auto-update/python310Packages.pyqt6-sip
python310Packages.pyqt6-sip: 13.5.2 -> 13.6.0
This commit is contained in:
commit
600d5c7c4b
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyqt6-sip";
|
||||
version = "13.5.2";
|
||||
version = "13.6.0";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyQt6_sip";
|
||||
inherit version;
|
||||
hash = "sha256-6/YmS2/toBujfTtgpLuHSTvbh75w97KlOEp6zUkC2I0=";
|
||||
hash = "sha256-JIbhWIBxlD1PZle6CQltyf/9IyKtLDAEHnjqPwN7V3g=";
|
||||
};
|
||||
|
||||
# There is no test code and the check phase fails with:
|
||||
|
Loading…
Reference in New Issue
Block a user