python311Packages.aioambient: 2023.04.0 -> 2023.08.0

Diff: https://github.com/bachya/aioambient/compare/refs/tags/2023.04.0...2023.08.0

Changelog: https://github.com/bachya/aioambient/releases/tag/2023.08.0
This commit is contained in:
Fabian Affolter 2023-08-30 20:12:43 +02:00
parent 814ec61576
commit c1d863f585

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioambient";
version = "2023.04.0";
version = "2023.08.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ar2UGSlVukMD5EZsEn7TFfIOovaI+B3Ym+UeGo95oks=";
hash = "sha256-Y8I4iPvxcK98Olb3JURNK37MKggdhcweKvNBa0ZtG6I=";
};
patches = [