nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #201303 from r-ryantm/auto-update/python310Packages.aiopvapi

python310Packages.aiopvapi: 2.0.3 -> 2.0.4

authored by

Fabian Affolter and committed by
GitHub
dcc370ba 497db553

+2 -2
+2 -2
pkgs/development/python-modules/aiopvapi/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aiopvapi"; 12 - version = "2.0.3"; 12 + version = "2.0.4"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "sander76"; 19 19 repo = "aio-powerview-api"; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-RBZuYgTySVL1YtyZ4ZJZly2zvWt/5pZ99/aPCwZ91xQ="; 21 + hash = "sha256-cghfNi5T343/7GxNLDrE0iAewMlRMycQTP7SvDVpU2M="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [