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

python313Packages.pyfibaro: 0.8.2 -> 0.8.3 (#410107)

parents be269002 03aacd23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyfibaro";
  version = "0.8.2";
  version = "0.8.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "rappenze";
    repo = "pyfibaro";
    tag = version;
    hash = "sha256-0mWqjiKPyXlnXDG+SP/RrV3aergTG9cEFKe3Zczr8IE=";
    hash = "sha256-KdlndW066TDxZpkIP0Oa3Lii0mBpwELfHtoGKiwh6GE=";
  };

  build-system = [ setuptools ];