Merge pull request #150281 from fabaff/bump-getmac
python3Packages.getmac: 0.8.2 -> 0.8.3
This commit is contained in:
commit
c82b464134
1 changed files with 6 additions and 3 deletions
|
@ -8,13 +8,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "getmac";
|
pname = "getmac";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GhostofGoes";
|
owner = "GhostofGoes";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08d4iv5bjl1s4i9qhzf3pzjgj1rgbwi0x26qypf3ycgdj0a6gvh2";
|
sha256 = "sha256-X4uuYisyobCxhoywaSXBZjVxrPAbBiZrWUJAi2/P5mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
@ -33,7 +34,9 @@ buildPythonPackage rec {
|
||||||
"test_uuid_lanscan_iface"
|
"test_uuid_lanscan_iface"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "getmac" ];
|
pythonImportsCheck = [
|
||||||
|
"getmac"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python package to get the MAC address of network interfaces and hosts on the local network";
|
description = "Python package to get the MAC address of network interfaces and hosts on the local network";
|
||||||
|
|
Loading…
Reference in a new issue