We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c679fa commit cf96bddCopy full SHA for cf96bdd
pkgs/development/libraries/python-qt/default.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "python-qt";
14
- version = "3.5.2";
+ version = "3.5.4";
15
16
src = fetchFromGitHub {
17
owner = "MeVisLab";
18
repo = "pythonqt";
19
rev = "v${finalAttrs.version}";
20
- hash = "sha256-Mpi1pAPS/UuzaBK7I1kI0HlS3dphcKiVXIPuJwdEDXM=";
+ hash = "sha256-uzOSm1Zcm5La0mDAbJko5YtxJ4WesPr9lRas+cwhNH4=";
21
};
22
23
nativeBuildInputs = [
0 commit comments