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

Merge pull request #313826 from fabaff/nibe-bump

python312Packages.nibe: 2.9.0 -> 2.10.0
parents 1fa00916 98e406b1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "nibe";
  version = "2.9.0";
  version = "2.10.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
    owner = "yozik04";
    repo = "nibe";
    rev = "refs/tags/${version}";
    hash = "sha256-j8P/lhBjlsmnOc4Cv/a2Hdf2EPO8CEpT4IOQHtiBgQA=";
    hash = "sha256-g43lXQzsQ1Serq6oIMcnAYwUppdEVcBkYGEoy3NIwqo=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    async-modbus
    async-timeout
    construct
@@ -62,7 +62,7 @@ buildPythonPackage rec {
    description = "Library for the communication with Nibe heatpumps";
    homepage = "https://github.com/yozik04/nibe";
    changelog = "https://github.com/yozik04/nibe/releases/tag/${version}";
    license = with licenses; [ gpl3Plus ];
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ fab ];
  };
}