Merge pull request from r-ryantm/auto-update/python310Packages.pika

python310Packages.pika: 1.3.0 -> 1.3.1
This commit is contained in:
Mario Rodas 2022-10-20 07:05:25 -05:00 committed by GitHub
commit ec7c681379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pika";
version = "1.3.0";
version = "1.3.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "pika";
repo = "pika";
rev = "refs/tags/${version}";
sha256 = "sha256-iWGqnDj8qhXUOTw8UNC7VHVBNyvMr4Kdk6NubX92KRI=";
sha256 = "sha256-j+5AF/+MlyMl3JXh+bo7pHxohbso17CJokcDR7uroz8=";
};
propagatedBuildInputs = [ gevent tornado twisted ];