Merge pull request #303875 from r-ryantm/auto-update/python311Packages.django-ipware

python311Packages.django-ipware: 6.0.4 -> 6.0.5
This commit is contained in:
Nick Cao 2024-04-14 10:41:28 -04:00 committed by GitHub
commit 21fdec94cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "django-ipware";
version = "6.0.4";
version = "6.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YU0PCpEfinZeVbbTWLFxW7he62PR67d0R9CdZF8TQ+g=";
hash = "sha256-s54nQDKH1r6wUT5pQCQBfbpY0Sn9QQoQFKyKFYTnP84=";
};
propagatedBuildInputs = [ django ];