python3Packages.pyvisa-py: 0.8.0 -> 0.8.1 (#442937)

This commit is contained in:
dotlambda
2025-09-30 16:16:07 +00:00
committed by GitHub
@@ -12,21 +12,18 @@
psutil,
zeroconf,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "pyvisa-py";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "pyvisa";
repo = "pyvisa-py";
tag = version;
hash = "sha256-bYxl7zJ36uorEasAKvPiVWLaG2ISQGBHrQZJcnkbfzU=";
hash = "sha256-fXLT3W48HQ744LkwZn784KKmUE8gxDCR+lkcL9xX45g=";
};
nativeBuildInputs = [