From aa10406a55edcb799b967fc967f197cf61ef6c7a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 28 Jun 2025 15:39:18 +0200 Subject: [PATCH] python3Packages.django-prometheus: 2.4.0 -> 2.4.1 https://github.com/django-commons/django-prometheus/releases/tag/v2.4.1 --- pkgs/development/python-modules/django-prometheus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-prometheus/default.nix b/pkgs/development/python-modules/django-prometheus/default.nix index d07951e64222..0cac925692c6 100644 --- a/pkgs/development/python-modules/django-prometheus/default.nix +++ b/pkgs/development/python-modules/django-prometheus/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "django-prometheus"; - version = "2.4.0"; + version = "2.4.1"; pyproject = true; src = fetchFromGitHub { owner = "django-commons"; repo = "django-prometheus"; tag = "v${version}"; - hash = "sha256-cKkpsV3w2SUvQuSBm0MlTsomdrU4h7CS5L+nKFvrKA8="; + hash = "sha256-Bf1JSh9ibiPOa252IPld1FvHTPbCsB/amtlQdRQwoWY="; }; postPatch = ''