Unverified Commit bd63b5fe authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.pyblu: 1.0.4 -> 1.0.4

parent e8a263c1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,16 +12,18 @@

buildPythonPackage rec {
  pname = "pyblu";
  version = "1.0.3";
  version = "1.0.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "LouisChrist";
    repo = "pyblu";
    rev = "refs/tags/v${version}";
    hash = "sha256-1H7TqFPVstB+nCYwWOT8E2HcmkLQx9pekBq2WIAf8DQ=";
    hash = "sha256-BDuptBC72XG+q/5MlbPMjYDIhWKg4gfEo2pLOflwQaM=";
  };

  pythonRelaxDeps = [ "aiohttp" ];

  build-system = [ poetry-core ];

  dependencies = [