python3Packages.nidaqmx: 1.2.0 -> 1.4.0

https://github.com/ni/nidaqmx-python/releases/tag/1.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:39 +01:00
parent ab3f4bafa8
commit 845e8b4eda
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "nidaqmx";
version = "1.2.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ni";
repo = "nidaqmx-python";
tag = version;
hash = "sha256-uxf+1nmJ+YFS3zGu+0YP4zOdBlSCHPYC8euqZIGwb00=";
hash = "sha256-Khydb14+yJKWYcO4pROfbainXw3bHceXK5Gc9GCIYNo=";
};
build-system = [ poetry-core ];