Commit c7062347 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.py-machineid: 0.7.0 -> 0.8.0

parent 66576dcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];