diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2022-11-16 01:01:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-16 01:01:05 +0100 |
| commit | dcc370ba0ab72491c4b9a1f8c2d0ea2a8e8489ce (patch) | |
| tree | dc3f1b2dcd2f9a2679ce53265f7a6e98bb003c37 | |
| parent | Merge pull request #201385 from atorres1985-contrib/misc-updates (diff) | |
| parent | python310Packages.aiopvapi: 2.0.3 -> 2.0.4 (diff) | |
| download | nixpkgs-dcc370ba0ab72491c4b9a1f8c2d0ea2a8e8489ce.tar.gz | |
Merge pull request #201303 from r-ryantm/auto-update/python310Packages.aiopvapi
python310Packages.aiopvapi: 2.0.3 -> 2.0.4
| -rw-r--r-- | pkgs/development/python-modules/aiopvapi/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiopvapi/default.nix b/pkgs/development/python-modules/aiopvapi/default.nix index 0c1a2f70e10f..cfd3e709cb53 100644 --- a/pkgs/development/python-modules/aiopvapi/default.nix +++ b/pkgs/development/python-modules/aiopvapi/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aiopvapi"; - version = "2.0.3"; + version = "2.0.4"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "sander76"; repo = "aio-powerview-api"; rev = "refs/tags/v${version}"; - hash = "sha256-RBZuYgTySVL1YtyZ4ZJZly2zvWt/5pZ99/aPCwZ91xQ="; + hash = "sha256-cghfNi5T343/7GxNLDrE0iAewMlRMycQTP7SvDVpU2M="; }; propagatedBuildInputs = [ |
