python-qt: 3.5.2 -> 3.5.4

This commit is contained in:
R. Ryantm 2024-07-02 22:59:05 +00:00
parent 9c679fa796
commit cf96bdd530

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