python312Packages.strawberry-graphql: 0.243.1 -> 0.251.0 (#357872)

This commit is contained in:
Fabian Affolter 2024-11-22 18:19:30 +01:00 committed by GitHub
commit 14ac480f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "strawberry-graphql";
version = "0.243.1";
version = "0.251.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "strawberry-graphql";
repo = "strawberry";
rev = "refs/tags/${version}";
hash = "sha256-m+KaUd0rl0RRZzVPI+ldwW77YGLq45egkV5vYYz4dW8=";
hash = "sha256-khr4uwbRaO/7gw7N17qBRN1qnoMKw13lLzxEzBoB8TY=";
};
postPatch = ''