Unverified Commit 747baa0f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.essentials-openapi: 1.2.1 -> 1.3.0 (#464393)

parents 9af593bd e5e7fd83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
  pname = "essentials-openapi";
  version = "1.2.1";
  version = "1.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Neoteroi";
    repo = "essentials-openapi";
    tag = "v${version}";
    hash = "sha256-HckCdDQ7wNg+uHLwAaoBIxg2cfubkcFC1mhviOeFdDg=";
    hash = "sha256-MmH/X8qm/ZeUjyX3gL2lHU+H90fb81wmnFWgD/M5P/o=";
  };

  nativeBuildInputs = [ hatchling ];