Skip to content

Commit

Permalink
python312Packages.py-machineid: 0.6.0 -> 0.7.0 (#365259)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 14, 2024
2 parents 74bb95e + 52e22b9 commit 51f97c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/py-machineid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "py-machineid";
version = "0.6.0";
version = "0.7.0";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-AMONhSHUKaRTm92SlnI02yihorSyYwYrNRygAjMuYz8=";
hash = "sha256-WnSoEOOLV7BDsUXHVsHmrBYVKct9g/4gCZ/LmGrMV3s=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 51f97c5

Please sign in to comment.