From 84e07753d3d564ea064b6544aa7a310cdf508921 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 9 Jun 2026 10:11:03 +0000 Subject: [PATCH] python3Packages.django-money: 3.6.0 -> 3.6.1 --- pkgs/development/python-modules/django-money/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-money/default.nix b/pkgs/development/python-modules/django-money/default.nix index f34d7fc17c14..f94179d9d322 100644 --- a/pkgs/development/python-modules/django-money/default.nix +++ b/pkgs/development/python-modules/django-money/default.nix @@ -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 ];