Commit 3243cdb5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.gql: 3.4.0 -> 3.4.1

parent 0767f800
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "gql";
  version = "3.4.0";
  version = "3.4.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "graphql-python";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-yr8IyAwZ6y2MPTe6bHRW+CIp19R3ZJWHuqdN5qultnQ=";
    hash = "sha256-/uPaRju2AJCjMCfA29IKQ4Hu71RBu/Yz8jHwk9EE1Eg=";
  };

  postPatch = ''