python312Packages.strawberry-graphql: 0.251.0 -> 0.253.1 (#362505)

This commit is contained in:
Arne Keller 2024-12-14 09:40:45 +01:00 committed by GitHub
commit dc5061642c
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.251.0";
version = "0.253.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "strawberry-graphql";
repo = "strawberry";
rev = "refs/tags/${version}";
hash = "sha256-khr4uwbRaO/7gw7N17qBRN1qnoMKw13lLzxEzBoB8TY=";
hash = "sha256-lerQynV/c0fLX+Du1j9bX0i2kvuWKmtH7RIBZxuDkK8=";
};
postPatch = ''