Unverified Commit f46afc69 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.strawberry-graphql: 0.271.0 -> 0.275.5 (#421987)

parents efcd6378 fef2f0d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@

buildPythonPackage rec {
  pname = "strawberry-graphql";
  version = "0.271.0";
  version = "0.275.5";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
    owner = "strawberry-graphql";
    repo = "strawberry";
    tag = version;
    hash = "sha256-ypGv0ICGqCisOK0xVLWQXIZb5mF6wt3RukcUo0qM2nQ=";
    hash = "sha256-bgKxZuk0cp43oyPbgTdx5aG5l1HSCz0JOVNeaCJRhdo=";
  };

  postPatch = ''