Commit 8544b6ea authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mozart-api: 5.3.1.108.1 -> 5.3.1.108.2

parent a6ef64ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildPythonPackage rec {
  pname = "mozart-api";
  version = "5.3.1.108.1";
  version = "5.3.1.108.2";
  pyproject = true;

  src = fetchPypi {
    pname = "mozart_api";
    inherit version;
    hash = "sha256-e4tlcwYC1AQA29uPg+UgFcy2ahIZuIaNlhicJiemVgo=";
    hash = "sha256-ilUSGgc4m6iMBUuSI7qt7c4DAE8cOPTzLGeQ4JQAB8U=";
  };

  build-system = [ poetry-core ];