python312Packages.strawberry-graphql: 0.254.0 -> 0.257.0

This commit is contained in:
R. Ryantm
2025-01-09 21:48:01 +00:00
parent 27b07cfcff
commit 836c12ab8f
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "strawberry-graphql";
version = "0.254.0";
version = "0.257.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "strawberry-graphql";
repo = "strawberry";
tag = version;
hash = "sha256-lD5TQvBxv4+1fuDHoX45kkTFRHrURRL2jLH/rPfCzzA=";
hash = "sha256-HU3d3ss9axGMqWGxlCQjbRsia9XiMQvHaVs9YMX01v8=";
};
postPatch = ''