2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 19:08:01 +00:00

python312Packages.pymodbus: 3.7.4 -> 3.8.0 ()

This commit is contained in:
Fabian Affolter 2024-12-10 11:53:23 +01:00 committed by GitHub
commit 1553bb3adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pymodbus";
version = "3.7.4";
version = "3.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "pymodbus-dev";
repo = "pymodbus";
rev = "refs/tags/v${version}";
hash = "sha256-DaUpLIGvE8541208zY5vu6dkEjRhlVeH9pikP8OeUFo=";
hash = "sha256-x7ISAQGCb6Utc4aLSZMqn9sVE15VgfI+JooDyBAU65g=";
};
postPatch = ''