Merge pull request #280228 from fabaff/aioambient-bump

python311Packages.aioambient: 2023.12.0 -> 2024.01.0
This commit is contained in:
Nick Cao 2024-01-11 16:05:47 -05:00 committed by GitHub
commit 1191971f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aioambient";
version = "2023.12.0";
version = "2024.01.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = "aioambient";
rev = "refs/tags/${version}";
hash = "sha256-O9MlXtX7UzFN1w/vxpcZ/nRPDFPK5wFKBl42rhaAu94=";
hash = "sha256-eqZVY0L+2BWF7cCXW/VLQYYXNPtUF6tJHQmeZNW1W5o=";
};
nativeBuildInputs = [