Commit fd0f17ff authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 127c0680
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "velbus-aio";
  version = "2023.12.0";
  version = "2024.4.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "Cereal2nd";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-cYqEF2Odouu7U0DiU+n/gKUYJia8I4Qs1l+UI6JrWTM=";
    hash = "sha256-wYcASRmUxVdUpfKlNIteQlHw3ZaYxZ7VenKtaju1yTE=";
    fetchSubmodules = true;
  };