Unverified Commit 34d080ee authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pytest-examples: 0.0.17 -> 0.0.18 (#407884)

parents 99560a34 da8b3f18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [