Unverified Commit 7680c158 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pydrawise: 2026.3.0 -> 2026.4.0 (#513330)

parents 7e4b53d0 5032ed20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "pydrawise";
  version = "2026.3.0";
  version = "2026.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dknowles2";
    repo = "pydrawise";
    tag = version;
    hash = "sha256-h91J8gcc5qiBCYvOeFhSDtvdMKfuWUTys6uw5wmLehI=";
    hash = "sha256-+V0x8caTqrfaNZ2tSmqzkJs8B0X405NnR3HIms1ocS8=";
  };

  build-system = [