We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866edf5 commit 54a7695Copy full SHA for 54a7695
pkgs/development/python-modules/strawberry-django/default.nix
@@ -33,14 +33,14 @@
33
34
buildPythonPackage rec {
35
pname = "strawberry-django";
36
- version = "0.55.0";
+ version = "0.55.2";
37
pyproject = true;
38
39
src = fetchFromGitHub {
40
owner = "strawberry-graphql";
41
repo = "strawberry-django";
42
tag = "v${version}";
43
- hash = "sha256-Em6GEYSdVEFkoVa+qI+xN369FOLH9hpEXeMKn9xUCac=";
+ hash = "sha256-ZoZryOHTD7o8btoyQrk3SAAkw8CgIOwmybijbf5/SrQ=";
44
};
45
46
build-system = [
0 commit comments