python-qt: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm 2024-04-30 14:35:34 +00:00
parent 705bad7ed6
commit 82cae2274c

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "python-qt";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "MeVisLab";
repo = "pythonqt";
rev = "v${finalAttrs.version}";
hash = "sha256-IED6UFk8UTle7g/yPC0nXOEgJwrs6sB/Dk3OTyVgHPo=";
hash = "sha256-Mpi1pAPS/UuzaBK7I1kI0HlS3dphcKiVXIPuJwdEDXM=";
};
nativeBuildInputs = [