From dbcbc6ed87ccb72a936ad30a404b4cf1b7689653 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 13 Mar 2026 00:32:11 +0000 Subject: [PATCH] python3Packages.django-money: 3.5.4 -> 3.6.0 --- pkgs/development/python-modules/django-money/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/django-money/default.nix b/pkgs/development/python-modules/django-money/default.nix index 0d7492045142..698cab66fe54 100644 --- a/pkgs/development/python-modules/django-money/default.nix +++ b/pkgs/development/python-modules/django-money/default.nix @@ -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