Skip to content

Commit

Permalink
python312Packages.mozart-api: 4.1.1.116.5 -> 4.1.1.116.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 1, 2025
1 parent b721076 commit 1043de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mozart-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

buildPythonPackage rec {
pname = "mozart-api";
version = "4.1.1.116.5";
version = "4.1.1.116.6";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchPypi {
pname = "mozart_api";
inherit version;
hash = "sha256-4ALRG0yKCRwztQ9A6fMVaht6c8tDrMSh+CfsLRZbdcw=";
hash = "sha256-0TZHH/EXemsSysgfCzg66x5QhAEDUqRyg+qoK/3YuQA=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 1043de2

Please sign in to comment.