python310Packages.django-timezone-field: 5.0 -> 5.1

Diff: https://github.com/mfogel/django-timezone-field/compare/5.0...5.1
This commit is contained in:
Martin Weinelt 2023-06-26 17:57:48 +02:00
parent 9e4e0807d2
commit e2796917e4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "django-timezone-field";
version = "5.0";
version = "5.1";
disabled = pythonOlder "3.5";
format = "pyproject";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mfogel";
repo = pname;
rev = version;
hash = "sha256-GXkvF/kAOU1JK0GDpUT1irCQlkxIWieYRqPd0fr2HXw=";
hash = "sha256-FAYO8OEE/h4rsbC4Oc57ylWV7TqQ6DOd6/2M+mb/AsM=";
};
nativeBuildInputs = [