python3Packages.graphql-core: 3.1.4 -> 3.1.5

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:07 -07:00 committed by Martin Weinelt
parent 9f71cb7884
commit a2632cd53f

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "graphql-core";
version = "3.1.4";
version = "3.1.5";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "graphql-python";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lamV5Rd37WvFBJ+zJUb+UhqxoNUrRhoMJx1NodbQUjs=";
sha256 = "055gfvyax781f4zk4pl60y8yd90bnn4rkqh5i48pczaff0lwlfj1";
};
checkInputs = [