python3Packages.py-machineid: 0.7.0 -> 0.8.0 (#414416)

This commit is contained in:
Gaétan Lepage
2025-06-06 10:54:09 +02:00
committed by GitHub
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "py-machineid";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-WnSoEOOLV7BDsUXHVsHmrBYVKct9g/4gCZ/LmGrMV3s=";
hash = "sha256-VRXV+XeQc9DKouiq8VoP3QrUJH/QuG2cRHQxyW0+NGc=";
};
build-system = [ setuptools ];