python3Packages.pyvisa: 1.14.1 -> 1.15.0

https://github.com/pyvisa/pyvisa/compare/refs/tags/1.14.1...refs/tags/1.15.0
This commit is contained in:
Martin Weinelt
2025-08-09 19:05:21 +02:00
parent 40df122310
commit 50deeea065
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyvisa";
version = "1.14.1";
version = "1.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pyvisa";
repo = "pyvisa";
tag = version;
hash = "sha256-GKrgUK2nSZi+8oJoS45MjpU9+INEgcla9Kaw6ceNVp0=";
hash = "sha256-cjKOyBn5O7ThZI7pi6JXeLhe47xGbhQaSRcAqXb3lV8=";
};
nativeBuildInputs = [