Merge pull request #319864 from r-ryantm/auto-update/python311Packages.superqt

python311Packages.superqt: 0.6.6 -> 0.6.7
This commit is contained in:
Nick Cao 2024-06-15 09:35:45 -04:00 committed by GitHub
commit 662da71883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "superqt";
version = "0.6.6";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = "superqt";
rev = "refs/tags/v${version}";
hash = "sha256-AJXX460sm0rrimizkiBIjYFRtWbscEjlwo5ZLcgjzcA=";
hash = "sha256-/VR9Lc1x+7J/3zyo/eBFBvGkPXzpTfPpNAvNhSzWio8=";
};
build-system = [