python3Packages.strawberry-django: 0.75.1 -> 0.86.0
Diff: https://github.com/strawberry-graphql/strawberry-django/compare/0.75.1...0.86.0 Changelog: https://github.com/strawberry-graphql/strawberry-django/blob/0.86.0/CHANGELOG.md
This commit is contained in:
@@ -34,14 +34,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "strawberry-django";
|
||||
version = "0.75.1";
|
||||
version = "0.86.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "strawberry-graphql";
|
||||
repo = "strawberry-django";
|
||||
tag = version;
|
||||
hash = "sha256-vosD0JZYZzzl6Mp+AAxdXVox/7ay4FqnwqE6f1lSw3s=";
|
||||
hash = "sha256-pWhYJsfUxfK8FH9jSPWhd2P89AVYM5Z3wA2OlU6XLRo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user