python3Packages.django-payments: 3.1.0 -> 4.0.0

This commit is contained in:
R. Ryantm
2026-06-21 16:22:03 +00:00
parent 47bfa50bc3
commit bf33fa5a5d
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "django-payments";
version = "3.1.0";
version = "4.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-payments";
tag = "v${version}";
hash = "sha256-b8CXMzuTfeF3Q9Ed/Ke2mGGBXYajJYcFkfzkb1lVAIE=";
hash = "sha256-AWWgjLIt3uG5QUVkHLaxWVwqq2dfuPbxUn8VwqMlPwo=";
};
build-system = [