Skip to content

Commit cf96bdd

Browse files
committed
python-qt: 3.5.2 -> 3.5.4
1 parent 9c679fa commit cf96bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/python-qt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "python-qt";
14-
version = "3.5.2";
14+
version = "3.5.4";
1515

1616
src = fetchFromGitHub {
1717
owner = "MeVisLab";
1818
repo = "pythonqt";
1919
rev = "v${finalAttrs.version}";
20-
hash = "sha256-Mpi1pAPS/UuzaBK7I1kI0HlS3dphcKiVXIPuJwdEDXM=";
20+
hash = "sha256-uzOSm1Zcm5La0mDAbJko5YtxJ4WesPr9lRas+cwhNH4=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)