Merge pull request #167046 from r-ryantm/auto-update/python3.10-aioguardian

python310Packages.aioguardian: 2022.03.1 -> 2022.03.2
This commit is contained in:
Fabian Affolter 2022-04-05 21:52:43 +02:00 committed by GitHub
commit 187857fe20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "aioguardian";
version = "2022.03.1";
version = "2022.03.2";
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-UiRTyUAoTcohRkTBF5Jvd/uY2zAbHV5z4HC8Oc0QNTs=";
sha256 = "sha256-eEvvcj8tHNErU6RrWar5mxG3xbQ5wCEEYJ95hXkdY54=";
};
format = "pyproject";