python3Packages.pyvisa-py: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-09-30 08:57:55 +02:00
committed by Weijia Wang
parent 585b858be6
commit d063a7bc20
@@ -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 = [