3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.graphene: 3.0.0b6 -> 3.0.0b7

This commit is contained in:
Sandro Jäckel 2021-01-10 11:03:08 +01:00
parent 9de8c2cdb0
commit c212d62069
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "graphene";
version = "3.0.0b6";
version = "3.0.0b7";
src = fetchFromGitHub {
owner = "graphql-python";
repo = "graphene";
rev = "v${version}";
sha256 = "1q6qmyc4jbi9cws4d98x7bgi7gppd09dmzijkb19fwbh4giy938r";
sha256 = "sha256-bVCCLPnV5F8PqLMg3GwcpwpGldrxsU+WryL6gj6y338=";
};
propagatedBuildInputs = [