Commit 69e4961e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.strawberry-django: 0.65.1 -> 0.74.1

https://github.com/strawberry-graphql/strawberry-django/blob/0.74.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
parent 7b80e254
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
  fetchFromGitHub,

  # build-system
  poetry-core,
  setuptools,
  hatchling,

  # dependencies
  asgiref,
@@ -35,14 +34,14 @@

buildPythonPackage rec {
  pname = "strawberry-django";
  version = "0.65.1";
  version = "0.74.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "strawberry-graphql";
    repo = "strawberry-django";
    tag = "v${version}";
    hash = "sha256-cX/eG6qWe/h9U4p1pMhhI+bZ5pLmiwGeYxNthKvdI6o=";
    tag = version;
    hash = "sha256-8T5lYM5JrxbeDCgvSGvBsimsF+tMwjS1hroqw2Gf7aA=";
  };

  postPatch = ''
@@ -51,8 +50,7 @@ buildPythonPackage rec {
  '';

  build-system = [
    poetry-core
    setuptools
    hatchling
  ];

  dependencies = [