python3Packages.django-money: 3.5.4 -> 3.6.0 (#499424)

This commit is contained in:
Nikolay Korotkiy
2026-03-14 16:04:56 +00:00
committed by GitHub
@@ -9,22 +9,19 @@
pytestCheckHook,
pytest-django,
pytest-cov,
pythonOlder,
}:
buildPythonPackage rec {
pname = "django-money";
version = "3.5.4";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "django-money";
repo = "django-money";
tag = version;
hash = "sha256-JqAZaiJ2zCb7Jwvumqi16IrQ6clmcw71WpPzbhE2Fms=";
hash = "sha256-VxAKTtrbDMRhiLxqjVYt7pLGl0sy9F1iwswP/hxQ01k=";
};
disabled = pythonOlder "3.7";
dependencies = [
django
certifi