Skip to content

Commit

Permalink
Merge pull request NixOS#277210 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.graphene-django

python310Packages.graphene-django: 3.1.5 -> 3.2.0
  • Loading branch information
mweinelt authored Dec 28, 2023
2 parents ff9e7f4 + ce097af commit b54e71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/graphene-django/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "graphene-django";
version = "3.1.5";
version = "3.2.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1vl1Yj9MVBej5aFND8A63JMIog8aIW9SdwiOLIUwXxI=";
hash = "sha256-SOLY3NogovwQ5gr2gnvOcROWpbk9p134wI2f9FKr+5M=";
};

postPatch = ''
Expand Down

0 comments on commit b54e71b

Please sign in to comment.