Merge pull request #105425 from r-ryantm/auto-update/python3.7-mac_alias

python37Packages.mac_alias: 2.1.0 -> 2.1.1
This commit is contained in:
Ryan Mulligan 2020-11-30 05:57:28 -08:00 committed by GitHub
commit c00959877f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
}:
buildPythonPackage rec {
version = "2.1.0";
version = "2.1.1";
pname = "mac_alias";
src = fetchPypi {
inherit pname version;
sha256 = "9f07926e9befcc4ab35212d19541fe0e4e4abd67a7641aa75252a3ffd8deae94";
sha256 = "55468c84a87c8b3929a3dc98f753194f7fe93fd8621abbfea1a4019448058a14";
};
# pypi package does not include tests;