Merge pull request #157790 from r-ryantm/auto-update/python3.10-adguardhome

python310Packages.adguardhome: 0.5.0 -> 0.5.1
This commit is contained in:
Fabian Affolter 2022-02-02 08:50:07 +01:00 committed by GitHub
commit 3b165092e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "adguardhome";
version = "0.5.0";
version = "0.5.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-${pname}";
rev = "v${version}";
sha256 = "sha256-f8uZF4DXbfiL1nL82shjGNpo6lXSUomRgO1YnNT/GDw=";
sha256 = "sha256-HAgt52Bo2NOUkpr5xvWTcRyrLKpfcBDlVAZxgDNI7hY=";
};
nativeBuildInputs = [ poetry-core ];