Unverified Commit c4de6e07 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.typing-inspection: 0.4.1 -> 0.4.2 (#448215)

parents f865069d a5823575
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "typing-inspection";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pydantic";
    repo = "typing-inspection";
    tag = "v${version}";
    hash = "sha256-MzOXl1i+rmr08TSH3Nxc0fFkcjATY6i9dFRLsYp+5m0=";
    hash = "sha256-aGScO+FLEJ5IyI6hBqdsiKJRN7vEG36V5131nhVZEbc=";
  };

  build-system = [ hatchling ];