Merge pull request #265644 from r-ryantm/auto-update/python310Packages.django-admin-sortable2

python310Packages.django-admin-sortable2: 2.1.9 -> 2.1.10
This commit is contained in:
Nick Cao 2023-11-05 08:59:55 -05:00 committed by GitHub
commit 2a70bdff35
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.9";
version = "2.1.10";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version pname;
hash = "sha256-vwNnhcWYaFoAGesINAuI/mynS9F4Az4ikObEG2L6S/E=";
hash = "sha256-N1awLH0JxbN+/mV3GNWq4rdfRv0Bu/4cOdTmBlEBnXk=";
};
propagatedBuildInputs = [