Skip to content

Commit

Permalink
python312Packages.reolink-aio: 0.10.0 -> 0.10.1 (#352436)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 31, 2024
2 parents 1a69921 + 72d9995 commit 9483abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/reolink-aio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "reolink-aio";
version = "0.10.0";
version = "0.10.1";
pyproject = true;

disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "starkillerOG";
repo = "reolink_aio";
rev = "refs/tags/${version}";
hash = "sha256-SuNY+H21rjO+iotDJymLI7JccQRoMnLX/YL05wQqlmc=";
hash = "sha256-xWufHYPXOSsW3DVg4GhvdiEtOZmdtpkPelg8d/3goh8=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 9483abe

Please sign in to comment.