Unverified Commit 7b395e0d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pyais: 2.13.3 -> 2.14.0 (#468723)

parents 8f81a5e5 1477d043
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pyais";
  version = "2.13.3";
  version = "2.14.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "M0r13n";
    repo = "pyais";
    tag = "v${version}";
    hash = "sha256-GtM4jUtGZ49NlfZZ8Ji6fErtuFBlnOKXvN8OIshUOBM=";
    hash = "sha256-3KZCfJkXofxMcqAOa6IInCbQIGZSJ/1+L9cM/GCCGog=";
  };

  __darwinAllowLocalNetworking = true;