Merge pull request #245595 from r-ryantm/auto-update/python310Packages.pyqt6-sip
python310Packages.pyqt6-sip: 13.5.1 -> 13.5.2
This commit is contained in:
commit
9133bcda99
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyqt6-sip";
|
||||
version = "13.5.1";
|
||||
version = "13.5.2";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyQt6_sip";
|
||||
inherit version;
|
||||
hash = "sha256-0ekUF1KWZmlXbQSze6CxIqu8QcycNUk3UQKNfZHE3Uk=";
|
||||
hash = "sha256-6/YmS2/toBujfTtgpLuHSTvbh75w97KlOEp6zUkC2I0=";
|
||||
};
|
||||
|
||||
# There is no test code and the check phase fails with:
|
||||
|
|
Loading…
Reference in a new issue