Commit 7be732d6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.drf-pydantic: 2.9.0 -> 2.9.1

parent d2d63347
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "drf-pydantic";
  version = "2.9.0";
  version = "2.9.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "georgebv";
    repo = "drf-pydantic";
    tag = "v${version}";
    hash = "sha256-RvDTequtxHyCsXV8IpNWdYNzdjkKEr8aAyS3ZFZTW1A=";
    hash = "sha256-/dMhKlAMAh63JlhanfSfe15ECMZvtnd1huD8L3Xo2AQ=";
  };

  build-system = [