Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pytest-examples: 0.0.17 -> 0.0.18

R. Ryantm da8b3f18 41da83c5

+2 -2
+2 -2
pkgs/development/python-modules/pytest-examples/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "pytest-examples"; 14 - version = "0.0.17"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "pydantic"; 19 repo = "pytest-examples"; 20 tag = "v${version}"; 21 - hash = "sha256-gPae04hgzUJrY0wshp25ojWrbi+7EYaWoR8wxoEJB30="; 22 }; 23 24 build-system = [
··· 11 12 buildPythonPackage rec { 13 pname = "pytest-examples"; 14 + version = "0.0.18"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "pydantic"; 19 repo = "pytest-examples"; 20 tag = "v${version}"; 21 + hash = "sha256-ZnDl0B7/oLX6PANrqsWtVJwe4E/+7inCgOpo7oSeZlw="; 22 }; 23 24 build-system = [