python311Packages.django-model-utils: 4.2.0 -> 4.3.1

Diff: https://github.com/jazzband/django-model-utils/compare/4.2.0...4.3.1
This commit is contained in:
Fabian Affolter
2023-05-01 14:53:27 +02:00
parent 51a68ffbc6
commit 9fb69343d1
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-model-utils";
version = "4.2.0";
version = "4.3.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-model-utils";
rev = version;
hash = "sha256-TLqvpP/ZaGGFdqnN+UHbhXv1K1YVYTYBkCiWCjYrFh8=";
hash = "sha256-p3/JO6wNwZPYX7MIgMj/0caHt5s+uL51Sxa28/VITxo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;