python-qt: 3.5.4 -> 3.5.6

Diff: https://github.com/MeVisLab/pythonqt/compare/v3.5.4...3.5.6
This commit is contained in:
Guilhem Saurel 2024-10-08 11:54:18 +02:00
parent c31898adf5
commit 547c086e27

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 = [