diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-08 14:23:23 +0200 |
|---|---|---|
| committer | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-09-10 23:25:40 +0200 |
| commit | 40d71b9ccd416f521d6269795351e97ecc5da11a (patch) | |
| tree | 3df2c685f6624d2616a25873b4fac5fae8ab8b74 | |
| parent | python311Packages.bluetooth-adapters: 0.16.0 -> 0.16.1 (diff) | |
| download | nixpkgs-40d71b9ccd416f521d6269795351e97ecc5da11a.tar.gz | |
python311Packages.aiovodafone: 0.0.8 -> 0.1.0
Diff: https://github.com/chemelli74/aiovodafone/compare/refs/tags/v0.0.8...v0.1.0
Changelog: https://github.com/chemelli74/aiovodafone/blob/0.1.0/CHANGELOG.md
| -rw-r--r-- | pkgs/development/python-modules/aiovodafone/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiovodafone/default.nix b/pkgs/development/python-modules/aiovodafone/default.nix index f0ad237f9208..46e635fce012 100644 --- a/pkgs/development/python-modules/aiovodafone/default.nix +++ b/pkgs/development/python-modules/aiovodafone/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "aiovodafone"; - version = "0.0.8"; + version = "0.1.0"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "chemelli74"; repo = "aiovodafone"; rev = "refs/tags/v${version}"; - hash = "sha256-o21zaK3dJfURFAt8fPaOd95H7tuqLnFPC01RGHBIz4M="; + hash = "sha256-VO+lQK+0bSQqnFiLzRMnVTpTJRjv2fZhDbIoTiMFWFI="; }; postPatch = '' |
