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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user