Unverified Commit 4cfb764c authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.pytibber: 0.37.0 -> 0.37.1 (#510735)

parents c60ee035 09ceadef
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -12,22 +12,18 @@

buildPythonPackage (finalAttrs: {
  pname = "pytibber";
  version = "0.37.0";
  version = "0.37.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Danielhiversen";
    repo = "pyTibber";
    tag = finalAttrs.version;
    hash = "sha256-NCHTSvwAJhRzruBZwPzieI5jqrRrugnDjgZHHiLXgbE=";
    hash = "sha256-r2EaT1e9ztmtLXtO9Bpr6mXVXlZQW74G2nTTkJAeZEA=";
  };

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "gql"
  ];

  dependencies = [
    aiohttp
    gql