Skip to content

Commit

Permalink
Merge pull request #238228 from fabaff/reolink-aio-bump
Browse files Browse the repository at this point in the history
python311Packages.reolink-aio: 0.6.0 -> 0.7.0
  • Loading branch information
marsam authored Jun 17, 2023
2 parents df4dbca + e7e7d5c commit 2c09e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reolink-aio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "reolink-aio";
version = "0.6.0";
version = "0.7.0";
format = "setuptools";

disabled = pythonOlder "3.9";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "reolink_aio";
rev = "refs/tags/${version}";
hash = "sha256-fDtZEcHv13f9WtNZKoT8/I+Hz145n7SmQz0t9CVqE3g=";
hash = "sha256-4+gJcW5wi1MH3OskcfWyDNaT4FKJO5boHaxdORZUwPs=";
};

postPatch = ''
Expand Down

0 comments on commit 2c09e8e

Please sign in to comment.