Commit 1be29aa3 authored by R. RyanTM's avatar R. RyanTM Committed by Kerstin
Browse files

python3Packages.pytest-scim2-server: 0.1.2 -> 0.1.3

parent c26332c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "pytest-scim2-server";
  version = "0.1.2";
  version = "0.1.3";

  pyproject = true;

@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pytest_scim2_server";
    inherit version;
    hash = "sha256-uWWFqkloTkvtIfpBNy93fa+c+b/FATjwytLKRde4bHg=";
    hash = "sha256-iZrKKUfbqAAhugSNhqiCy6mVBoXxa0yruiQzHg0pIDY=";
  };

  build-system = [ hatchling ];