Skip to content

Commit

Permalink
Merge pull request #333422 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.django-stubs-ext

python312Packages.django-stubs-ext: 5.0.3 -> 5.0.4
  • Loading branch information
fabaff authored Aug 10, 2024
2 parents e613f95 + 1761206 commit 33c4097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django-stubs-ext/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.0.3";
version = "5.0.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "django_stubs_ext";
inherit version;
hash = "sha256-zTYfW5Ucar34Z8VdJHVB8GCdHoM0zLCcehKRARFCUjQ=";
hash = "sha256-hdoGUiQgR3Qgi+KcfQK0SC1aaSGKcoRlwvvkFyX9yBk=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 33c4097

Please sign in to comment.