Merge pull request #275277 from r-ryantm/auto-update/python310Packages.django-ipware

python310Packages.django-ipware: 6.0.1 -> 6.0.3
This commit is contained in:
Fabian Affolter 2023-12-19 08:24:26 +01:00 committed by GitHub
commit ab7b516cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "django-ipware";
version = "6.0.1";
version = "6.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AjM0Ht3MGd5E9GPdPlPIfvncxRn8dKmZEc6+m1gZdUk=";
hash = "sha256-D2gt1POv73kJuz3TlpScNVmCU5vUOS1OnfCwsxYESE0=";
};
propagatedBuildInputs = [ django ];