Skip to content

Commit d813e62

Browse files
authored
python-qt: 3.5.4 -> 3.5.6 (#347267)
2 parents b3f7434 + 547c086 commit d813e62

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.4";
14+
version = "3.5.6";
1515

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

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)