Unverified Commit 5fcda97f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.python-qt: 3.5.7 -> 3.6.0 (#381178)

parents 796981e1 98e5b834
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "python-qt";
  version = "3.5.7";
  version = "3.6.0";

  src = fetchFromGitHub {
    owner = "MeVisLab";
    repo = "pythonqt";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UE0UNp9ArXNFga4MGb80fAQWeq1US5kk7FEZ8tS94OU=";
    hash = "sha256-TVtnxb8E18x025lZiZLdgCA7ltLtToI1tsmB6gBh2B4=";
  };

  nativeBuildInputs = [