about summary refs log tree commit diff
path: root/pkgs/development/python-modules/graphene
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-07-08 04:38:15 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-07-08 04:38:15 -0400
commit280e629ee061460b95850c5bb4cdbfa0836a49bd (patch)
tree6ea3716a4d526d5a7508b8eeca916baff5719222 /pkgs/development/python-modules/graphene
parent15c347a2983d7d636c1ad8fb77632a1ede7a013b (diff)
parent44188d64727f056e1596b89019cda5b92eb0b368 (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/graphene')
-rw-r--r--pkgs/development/python-modules/graphene/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/graphene/default.nix b/pkgs/development/python-modules/graphene/default.nix
index 5eec4b8f0b25c..30947c1430303 100644
--- a/pkgs/development/python-modules/graphene/default.nix
+++ b/pkgs/development/python-modules/graphene/default.nix
@@ -25,9 +25,8 @@ buildPythonPackage rec {
     sha256 = "sha256-bVCCLPnV5F8PqLMg3GwcpwpGldrxsU+WryL6gj6y338=";
   };
 
-  # Allow later aniso8601 releases
-  # https://github.com/graphql-python/graphene/pull/1331
   patches = [ (fetchpatch {
+    # Allow later aniso8601 releases, https://github.com/graphql-python/graphene/pull/1331
     url = "https://github.com/graphql-python/graphene/commit/26b16f75b125e35eeb2274b7be503ec29f2e8a45.patch";
     sha256 = "qm96pNOoxPieEy1CFZpa2Mx010pY3QU/vRyuL0qO3Tk=";
   }) ];