python-qt: 3.5.4 -> 3.5.6 (#347267)

This commit is contained in:
Weijia Wang 2024-11-20 14:36:17 +01:00 committed by GitHub
commit d813e62d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "python-qt";
version = "3.5.4";
version = "3.5.6";
src = fetchFromGitHub {
owner = "MeVisLab";
repo = "pythonqt";
rev = "v${finalAttrs.version}";
hash = "sha256-uzOSm1Zcm5La0mDAbJko5YtxJ4WesPr9lRas+cwhNH4=";
hash = "sha256-+cmwTTNmy87yuHukesA+nukM2RjMTHsvIbeG7J7X8ig=";
};
nativeBuildInputs = [