3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #235983 from r-ryantm/auto-update/python311Packages.django-stubs-ext

python311Packages.django-stubs-ext: 4.2.0 -> 4.2.1
This commit is contained in:
Weijia Wang 2023-06-05 10:04:36 +03:00 committed by GitHub
commit 444cfa418c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,19 +9,16 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "4.2.0";
version = "4.2.1";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-d4nwyuynFS/vB61rlN7HMQoF0Ljat395eeGdsAN7USc=";
hash = "sha256-JpbW99hTg0GwYM/6lWXHLqeX6GZofgQLhtKcrYeZ5f4=";
};
# setup.cfg tries to pull in nonexistent LICENSE.txt file
postPatch = "rm setup.cfg";
propagatedBuildInputs = [
django
typing-extensions