python312Packages.django-admin-datta: 1.0.11 -> 1.0.15 (#361968)

This commit is contained in:
Nick Cao 2024-12-06 09:34:14 -05:00 committed by GitHub
commit fe04f12dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "django-admin-datta";
version = "1.0.11";
version = "1.0.15";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-jcX0PKyE2gHfaVJhXRvshJuZMfRJTloqIncNBLp3auc=";
hash = "sha256-QVobNrSZyDMldrhSccPnBEfXrwphVgtJ03yBHfTpits=";
};
propagatedBuildInputs = [ django ];