Unverified Commit b865da7d authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python312Packages.pythonqwt: 0.14.4 -> 0.14.5 (#399392)

parents 6d543c47 d232748f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "pythonqwt";
  version = "0.14.4";
  version = "0.14.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PlotPyStack";
    repo = "PythonQwt";
    tag = "v${version}";
    hash = "sha256-ZlrnCsC/is4PPUbzaMfwWSHQSQ06ksb2b/dkU8VhtSU=";
    hash = "sha256-VNeW5LOL/CM/RUrC5TUj6FnVlhmXaPRYjGPz8b01Tew=";
  };

  build-system = [