Unverified Commit 8045092a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pyblu: 1.0.0 -> 1.0.1 (#338100)

parents 801efd42 c7ab6e6f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -12,20 +12,18 @@

buildPythonPackage rec {
  pname = "pyblu";
  version = "1.0.0";
  version = "1.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "LouisChrist";
    repo = "pyblu";
    rev = "refs/tags/v${version}";
    hash = "sha256-Ue6czsgeQjqPtbKmvvU+f49gKSzXJ8Yx9EzycUTtxE0=";
    hash = "sha256-Qe6GNzF8ffNSwqRL5QlN9x3dqwaX/YCfY/keEDwWW/8=";
  };

  build-system = [ poetry-core ];

  pythonRelaxDeps = [ "lxml" ];

  dependencies = [
    aiohttp
    lxml