Merge pull request #214951 from r-ryantm/auto-update/python310Packages.getmac

python310Packages.getmac: 0.9.1 -> 0.9.2
This commit is contained in:
Martin Weinelt 2023-02-06 16:42:46 +00:00 committed by GitHub
commit 4e99dc56fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "getmac";
version = "0.9.1";
version = "0.9.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "GhostofGoes";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-U04mtg7DCC78X5Fd0wGaHrf8XkUpDLi4+ctKCyR4dKg=";
hash = "sha256-n4WpEbkaYUS0aGdZKO5T/cuDr5OxauiuOAAdK56/+AM=";
};
nativeCheckInputs = [