python3Packages.django-modelcluster: 6.0 -> 6.1

This commit is contained in:
Sylvain Fankhauser 2023-12-10 15:25:21 +01:00
parent 5b434a46c3
commit 17eed14828
No known key found for this signature in database
GPG key ID: 4228AB9EC0612ADA

View file

@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "6.0";
version = "6.1";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "wagtail";
repo = "modelcluster";
repo = "django-modelcluster";
rev = "refs/tags/v${version}";
hash = "sha256-p6hvOkPWRVJYLHvwyn9nS05wblikRFmlSYZuLiCcuqc=";
hash = "sha256-fNGD2aU668VQ8YHcaFjtjiW/gYJgSx7arDAyUKpFYRE=";
};
propagatedBuildInputs = [