mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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:
commit
187857fe20
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user