Skip to content

Commit 54a7695

Browse files
committed
python312Packages.strawberry-django: 0.55.0 -> 0.55.2
1 parent 866edf5 commit 54a7695

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/strawberry-django

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/strawberry-django/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333

3434
buildPythonPackage rec {
3535
pname = "strawberry-django";
36-
version = "0.55.0";
36+
version = "0.55.2";
3737
pyproject = true;
3838

3939
src = fetchFromGitHub {
4040
owner = "strawberry-graphql";
4141
repo = "strawberry-django";
4242
tag = "v${version}";
43-
hash = "sha256-Em6GEYSdVEFkoVa+qI+xN369FOLH9hpEXeMKn9xUCac=";
43+
hash = "sha256-ZoZryOHTD7o8btoyQrk3SAAkw8CgIOwmybijbf5/SrQ=";
4444
};
4545

4646
build-system = [

0 commit comments

Comments
 (0)