about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-05-01 23:04:12 +0900
committerGitHub <noreply@github.com>2024-05-01 23:04:12 +0900
commitb0d9baeaa744e5a5b09ba1160819ac581964e391 (patch)
treeccd836ed339916297a536a3b238711d4bc5f4fb3 /pkgs/development/libraries
parentc38dd73dece84257b655cf809b3cb65d5d7de27d (diff)
parent82cae2274c7dd03f039b44d105ffa7cdf16b025e (diff)
Merge pull request #308013 from r-ryantm/auto-update/python-qt
python-qt: 3.5.1 -> 3.5.2
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/python-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/python-qt/default.nix b/pkgs/development/libraries/python-qt/default.nix
index 16c2124cf0831..2b7ac684974e6 100644
--- a/pkgs/development/libraries/python-qt/default.nix
+++ b/pkgs/development/libraries/python-qt/default.nix
@@ -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 = [