python3Packages.graphene: 3.0.0b8 -> 3.0.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:50 -08:00
parent 9e0253aa59
commit fc9ce57a1d
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -15,13 +15,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "graphene"; pname = "graphene";
version = "3.0.0b8"; version = "3.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "graphql-python"; owner = "graphql-python";
repo = "graphene"; repo = "graphene";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Pgln369s4qXdKqLxhX+AkgpDQm+MfSZ/OVmB1AaawHI="; sha256 = "0qgp3nl6afyz6y27bw175hyqppx75pp1vqwl7nvlpwvgwyyc2mnl";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [