python3Packages.mac-alias: 2.2.2 -> 2.2.3

This commit was automatically generated using update-python-libraries.

Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
Martin Weinelt
2026-01-21 18:35:22 +01:00
parent 31f6b518a0
commit 413c09c6b6
@@ -7,15 +7,19 @@
buildPythonPackage rec {
pname = "mac-alias";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = fetchPypi {
pname = "mac_alias";
inherit version;
hash = "sha256-yZxyjrUS6VXBHxpiA6D/qIg7JlSeiv5ogEAxql2oVrc=";
hash = "sha256-HH+jZ2h9ZpefLOTRqLJxbPHJ+4EXQcqzzzyjVlVcK+s=";
};
postPatch = ''
substituteInPlace pyproject.toml --replace-fail "setuptools==80.9.0" "setuptools"
'';
nativeBuildInputs = [ setuptools ];
# pypi package does not include tests;