Merge pull request #200926 from dotlambda/graphql-subscription-manager-0.7.1

python310Packages.graphql-subscription-manager: 0.7.0 -> 0.7.1
This commit is contained in:
Mario Rodas 2022-11-13 07:54:00 -05:00 committed by GitHub
commit 65d720505c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "graphql-subscription-manager";
version = "0.7.0";
version = "0.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "PyGraphqlWebsocketManager";
rev = "refs/tags/${version}";
hash = "sha256-q1Cywisxk51vavMz2EwcDQdsBozLJydaWKfuH1SdUFY=";
hash = "sha256-6/REvY5QxsAPV41Pvg8vrJPYbDrGUrpOPn0vzIcCu0k=";
};
propagatedBuildInputs = [