Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4

+2 -2
+2 -2
pkgs/development/python-modules/django-admin-sortable2/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "django-admin-sortable2"; 12 - version = "2.2.3"; 12 + version = "2.2.4"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.9"; ··· 18 18 owner = "jrief"; 19 19 repo = "django-admin-sortable2"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-ZXaLe6H6il27DXMwclKR4iRGyus6zyYt3rNWRsLPHSU="; 21 + hash = "sha256-WaDcDQF3Iq/UBE/tIlQFQiav6l5k6n+hKEsrcHwn+eY="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];