From 9cfe766cf55da9f004d31532f2337b76886beee1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 7 Jul 2026 10:25:03 +0000 Subject: [PATCH] python3Packages.pytest-responses: 0.5.1 -> 0.6.0 --- pkgs/development/python-modules/pytest-responses/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-responses/default.nix b/pkgs/development/python-modules/pytest-responses/default.nix index cef884d564a1..f5c7e733cd6e 100644 --- a/pkgs/development/python-modules/pytest-responses/default.nix +++ b/pkgs/development/python-modules/pytest-responses/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pytest-responses"; - version = "0.5.1"; + version = "0.6.0"; pyproject = true; src = fetchFromGitHub { owner = "getsentry"; repo = "pytest-responses"; tag = version; - hash = "sha256-6QAiNWCJbo4rmaByrc8VNw39/eF3uqFOss3GJuCvpZg="; + hash = "sha256-sn11MX5nab6dDhgZkV/cy4yGnOhB2MyrC+l/RGKEU/8="; }; build-system = [ setuptools ];