python3Packages.django-money: 3.5.4 -> 3.6.0

This commit is contained in:
R. Ryantm
2026-03-14 19:48:31 +04:00
committed by Nikolay Korotkiy
parent a6ef64ca72
commit dbcbc6ed87
@@ -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