python3Packages.py-machineid: 0.8.1 -> 1.0.0 (#468797)
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "py-machineid";
|
||||
version = "0.8.1";
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-5QQWIhI1yHR1nhnLZOhJne8Sr8K9/9N3v9aPR395ncg=";
|
||||
pname = "py_machineid";
|
||||
inherit version;
|
||||
hash = "sha256-ipAqAProxtZDP0Y2l8IdxM6YxuVaLgU1wCczGaywBHo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user