python311Packages.aio-pika: 9.0.7 -> 9.1.2
Diff: https://github.com/mosquito/aio-pika/compare/refs/tags/9.0.7...9.1.2 Changelog: https://github.com/mosquito/aio-pika/blob/9.1.2/CHANGELOG.md
This commit is contained in:
parent
5863385173
commit
bae4cfeef9
@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aio-pika";
|
||||
version = "9.0.7";
|
||||
version = "9.1.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "mosquito";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-4RZxpLQ8YcPRXrF0mJcteUwejlIQx0CIy0cFpfMW/RU=";
|
||||
hash = "sha256-iyy6HaB3S/CPYuo62SThe3m96eg9rPTMaKg2KWt0Kf0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user