Merge pull request #321306 from r-ryantm/auto-update/python-qt

python-qt: 3.5.2 -> 3.5.4
This commit is contained in:
Weijia Wang 2024-07-07 23:21:14 +02:00 committed by GitHub
commit 947b9166d4
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.2";
version = "3.5.4";
src = fetchFromGitHub {
owner = "MeVisLab";
repo = "pythonqt";
rev = "v${finalAttrs.version}";
hash = "sha256-Mpi1pAPS/UuzaBK7I1kI0HlS3dphcKiVXIPuJwdEDXM=";
hash = "sha256-uzOSm1Zcm5La0mDAbJko5YtxJ4WesPr9lRas+cwhNH4=";
};
nativeBuildInputs = [