python3Packages.django-choices-field: 2.3.0 -> 4.0.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
poetry-core,
|
||||
django,
|
||||
typing-extensions,
|
||||
inline-snapshot,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
pytest-django,
|
||||
@@ -12,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-choices-field";
|
||||
version = "2.3.0";
|
||||
version = "4.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bellini666";
|
||||
repo = "django-choices-field";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-2oLMUM/aE4aY0eEU+CLIjTNQJAMUt/GK5Fw26QN7t34=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-EnJMn6tAjhylY8qsT/T/N9v/w/vD+d93U2RMxwEcc84=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -30,6 +31,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
inline-snapshot
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
pytest-django
|
||||
|
||||
Reference in New Issue
Block a user