python311Packages.strawberry-graphql: 0.214.0 -> 0.215.1
Diff: https://github.com/strawberry-graphql/strawberry/compare/refs/tags/0.214.0...0.215.1 Changelog: https://github.com/strawberry-graphql/strawberry/blob/0.215.1/CHANGELOG.md
This commit is contained in:
parent
5d08323dda
commit
f66b0ae2d8
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "strawberry-graphql";
|
pname = "strawberry-graphql";
|
||||||
version = "0.214.0";
|
version = "0.215.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||||
owner = "strawberry-graphql";
|
owner = "strawberry-graphql";
|
||||||
repo = "strawberry";
|
repo = "strawberry";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-5mPVZz/KmrRytGoW5h1vG8pt8+N+jFk2Q22ih+sjcjM=";
|
hash = "sha256-7jWG9bk7NN3BhpzS2fi7OkAsxL0446hnqiNqhwiBGHc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue