Unverified Commit 79a95296 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pydrawise: 2025.9.0 -> 2026.3.0 (#505048)

parents e3c88f41 6637cb8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

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

  src = fetchFromGitHub {
    owner = "dknowles2";
    repo = "pydrawise";
    tag = version;
    hash = "sha256-eHy3pdzgN5CvKfsoa5ZdT9lor4AiZr8K1g/8qyzP3eo=";
    hash = "sha256-h91J8gcc5qiBCYvOeFhSDtvdMKfuWUTys6uw5wmLehI=";
  };

  build-system = [