Unverified Commit c48249e0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pydaikin: 2.16.1 -> 2.17.0 (#446073)

parents f1898d43 e0640467
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "pydaikin";
  version = "2.16.1";
  version = "2.17.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "fredrike";
    repo = "pydaikin";
    tag = "v${version}";
    hash = "sha256-4u42j7+J/PhJOmPq1l/kZu3hgfg2uR1qJEKAa7NOwsw=";
    hash = "sha256-sX+YJ5uYQqVr9QPkx22IlgpI3nCHiN3XzrkUyY7ECDM=";
  };

  __darwinAllowLocalNetworking = true;