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

python312Packages.mozart-api: 4.1.1.116.5 -> 4.1.1.116.6 (#378439)

parents 434e97e1 1043de25
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.5";
  version = "4.1.1.116.6";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "mozart_api";
    inherit version;
    hash = "sha256-4ALRG0yKCRwztQ9A6fMVaht6c8tDrMSh+CfsLRZbdcw=";
    hash = "sha256-0TZHH/EXemsSysgfCzg66x5QhAEDUqRyg+qoK/3YuQA=";
  };

  build-system = [ poetry-core ];