python310Packages.getmac: 0.8.3 -> 0.9.1

This commit is contained in:
R. Ryantm 2023-01-29 22:37:35 +00:00
parent 2be9646b90
commit e81afd887e

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "getmac";
version = "0.8.3";
version = "0.9.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "GhostofGoes";
repo = pname;
rev = version;
sha256 = "sha256-X4uuYisyobCxhoywaSXBZjVxrPAbBiZrWUJAi2/P5mw=";
rev = "refs/tags/${version}";
sha256 = "sha256-U04mtg7DCC78X5Fd0wGaHrf8XkUpDLi4+ctKCyR4dKg=";
};
nativeCheckInputs = [