python3Packages.django-money: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm
2026-06-09 10:11:03 +00:00
parent 3a9d046b50
commit 84e07753d3
@@ -12,14 +12,14 @@
}:
buildPythonPackage (finalAttrs: {
pname = "django-money";
version = "3.6.0";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "django-money";
repo = "django-money";
tag = finalAttrs.version;
hash = "sha256-VxAKTtrbDMRhiLxqjVYt7pLGl0sy9F1iwswP/hxQ01k=";
hash = "sha256-UHqtKav/tot+fSA5ey2R4WdheUWuDBXdOXDgFDXgjLM=";
};
build-system = [ setuptools ];