Skip to content

Commit

Permalink
python311Packages.django-model-utils: 4.5.0 -> 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 2, 2024
1 parent 4c70474 commit f75b156
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "django-model-utils";
version = "4.5.0";
version = "4.5.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-model-utils";
rev = "refs/tags/${version}";
hash = "sha256-ZEnDk4kCXyhLvq3CZTK/zP3IK6BsNRqbkfqKAuU6Mfk=";
hash = "sha256-GaBTCrEwEkJyVeY5YVptPioYcmivyQtBKjs+TgC9IqA=";
};

build-system = [
Expand Down

0 comments on commit f75b156

Please sign in to comment.