Merge pull request #207490 from r-ryantm/auto-update/python3.10-pyvisa

python310Packages.pyvisa: 1.12.0 -> 1.13.0
This commit is contained in:
Jonas Heinrich 2022-12-24 23:36:38 +01:00 committed by GitHub
commit 1398edf69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,20 @@
, setuptools
, typing-extensions
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "pyvisa";
version = "1.12.0";
version = "1.13.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "pyvisa";
repo = "pyvisa";
rev = "refs/tags/${version}";
hash = "sha256-2khTfj0RRna9YDPOs5kQHHhkeMwv3kTtGyDBYnu+Yhw=";
hash = "sha256-TBu3Xko0IxFBT2vzrsOxqEG3y4XfPzISEtbkWkIaCvM=";
};
nativeBuildInputs = [