From da8b3f18fb51dfced47ee4635fa0d388ecee45dd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 17 May 2025 10:21:42 +0000 Subject: [PATCH] python3Packages.pytest-examples: 0.0.17 -> 0.0.18 --- pkgs/development/python-modules/pytest-examples/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-examples/default.nix b/pkgs/development/python-modules/pytest-examples/default.nix index 277ca7815e30..ec26ae5eea97 100644 --- a/pkgs/development/python-modules/pytest-examples/default.nix +++ b/pkgs/development/python-modules/pytest-examples/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "pytest-examples"; - version = "0.0.17"; + version = "0.0.18"; pyproject = true; src = fetchFromGitHub { owner = "pydantic"; repo = "pytest-examples"; tag = "v${version}"; - hash = "sha256-gPae04hgzUJrY0wshp25ojWrbi+7EYaWoR8wxoEJB30="; + hash = "sha256-ZnDl0B7/oLX6PANrqsWtVJwe4E/+7inCgOpo7oSeZlw="; }; build-system = [