Unverified Commit ded74383 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.mozart-api: 4.1.1.116.0 -> 4.1.1.116.3 (#358349)

parents 3f06ef6d 015c3112
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "mozart-api";
  version = "4.1.1.116.0";
  version = "4.1.1.116.3";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "mozart_api";
    inherit version;
    hash = "sha256-QVh1MplzUL0LO3gPvxC/5uJjFoK57j2WdT2oMsneIkA=";
    hash = "sha256-ioM+l+1ab191OTKXE4Ou8OOPafAqZz9XmxO5c82KH8g=";
  };

  build-system = [ poetry-core ];