3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioambient: 2021.12.0 -> 2022.10.0

This commit is contained in:
Fabian Affolter 2022-10-30 01:31:37 +02:00
parent e6e6bad81b
commit 5670343070

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioambient";
version = "2021.12.0";
version = "2022.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-nFCLMpkuSVPecKrtJ/z7KuyGw4Z9X79wKXmWsewbxvY=";
sha256 = "sha256-Oppi4J0TuLbqwVn1Hpa4xcU9c/I+YDP3E0VXwiP8a/w=";
};
postPatch = ''