python310Packages.gql: 3.0.0rc0 -> 3.0.0

This commit is contained in:
R. Ryantm
2022-02-11 09:48:02 -08:00
committed by Jonathan Ringer
parent 032ee2b011
commit ccb806afd7
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "gql";
version = "3.0.0rc0";
version = "3.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "v${version}";
hash = "sha256-yr1DyMj/0C9XPTyGdbQbn7nMRKr4JwItFDsqvl/goqU=";
hash = "sha256-c2OVBOIwQlwyqET8Q22O65VtWduVzQjYOhkE8GpD6LQ=";
};
propagatedBuildInputs = [