Merge pull request #229020 from fabaff/django-admin-sortable2-bump

python310Packages.django-admin-sortable2: 2.1.4 -> 2.1.8
This commit is contained in:
Mario Rodas 2023-04-30 06:36:02 -05:00 committed by GitHub
commit 51b7d00039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "django-admin-sortable2";
version = "2.1.4";
version = "2.1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version pname;
hash = "sha256-fcCP8PvOWFlQL4CdEIwElfOw2UYJJp6u27EjfgMISss=";
hash = "sha256-aTOpu6nb7cShBrtIjkuKH7hcvgRZ+0ZQT+YC1l2/0+k=";
};
propagatedBuildInputs = [