Commit 602c5e79 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.scim2-models: 0.6.11 -> 0.6.12

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

buildPythonPackage (finalAttrs: {
  pname = "scim2-models";
  version = "0.6.11";
  version = "0.6.12";

  pyproject = true;

@@ -21,7 +21,7 @@ buildPythonPackage (finalAttrs: {
    owner = "python-scim";
    repo = "scim2-models";
    tag = finalAttrs.version;
    hash = "sha256-sqXygOutxdLBRJYC3nn78JFsngF2Tq6E0g91VKXQhZE=";
    hash = "sha256-EYWPz44cVbff/qV/nSwU+RDWhLypUMoCAdZfxpkC9ag=";
  };

  postPatch = ''