python-qt: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm 2025-06-13 19:01:28 +00:00
parent d837a61cad
commit 569ed82867

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "python-qt";
version = "3.6.0";
version = "3.6.1";
src = fetchFromGitHub {
owner = "MeVisLab";
repo = "pythonqt";
rev = "v${finalAttrs.version}";
hash = "sha256-TVtnxb8E18x025lZiZLdgCA7ltLtToI1tsmB6gBh2B4=";
hash = "sha256-OYFQtDGq+d32RQ0vChRKH//O9QgQPLMd1he8X3zCi+U=";
};
nativeBuildInputs = [