python3Packages.nidaqmx: 1.0.2 -> 1.1.0 (#411536)
This commit is contained in:
commit
25a1f383fa
@ -22,14 +22,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nidaqmx";
|
pname = "nidaqmx";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ni";
|
owner = "ni";
|
||||||
repo = "nidaqmx-python";
|
repo = "nidaqmx-python";
|
||||||
rev = "${version}";
|
tag = version;
|
||||||
hash = "sha256-rf5cGq3Iv6ucURSUFuFANQzaGeufBZ+adjKlg4B5DRY=";
|
hash = "sha256-WNr+zVrA4X2AjizsmMEau54Vv1Svey3LNsCo8Bm/W+A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -76,7 +76,7 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "nidaqmx" ];
|
pythonImportsCheck = [ "nidaqmx" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/ni/nidaqmx-python/releases/tag/v${version}";
|
changelog = "https://github.com/ni/nidaqmx-python/releases/tag/${src.tag}";
|
||||||
description = "API for interacting with the NI-DAQmx driver";
|
description = "API for interacting with the NI-DAQmx driver";
|
||||||
homepage = "https://github.com/ni/nidaqmx-python";
|
homepage = "https://github.com/ni/nidaqmx-python";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user