Commit 14ba837d authored by R. RyanTM's avatar R. RyanTM Committed by Kerstin
Browse files

python3Packages.scim2-models: 0.3.3 -> 0.3.5

parent 54244d40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "scim2-models";
  version = "0.3.3";
  version = "0.3.5";

  pyproject = true;

@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "scim2_models";
    hash = "sha256-od+1KaAwmZ1slsACYRYRpy92xz5s8hcopz0LiwVJhfA=";
    hash = "sha256-nOLCYyyB7Si+KfwdWM7DCkDoaVEj/coUA//ZW3hKHuA=";
  };

  build-system = [ hatchling ];