Skip to content

Commit

Permalink
python312Packages.ansitable: 0.11.2 -> 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Oct 31, 2024
1 parent 2d05627 commit da9da5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/ansitable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@

buildPythonPackage rec {
pname = "ansitable";
version = "0.11.2";
version = "0.11.3";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-MQ6VLjFDt/dEHDK8PbQsBdfzogJCm+pzyVYDbqkDOao=";
hash = "sha256-navayezkSSHgwOysC3fbgTQahRZjIV24JzIAQl+X5Jk=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

propagatedBuildInputs = [ colored ];
dependencies = [ colored ];

pythonImportsCheck = [ "ansitable" ];

Expand Down

0 comments on commit da9da5f

Please sign in to comment.