Merge pull request #269043 from fabaff/pytenable-bump

python311Packages.pytenable: 1.4.13 -> 1.4.14
This commit is contained in:
Fabian Affolter 2023-11-22 08:29:01 +01:00 committed by GitHub
commit 6023927cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.4.13";
version = "1.4.14";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-UY3AFnPplmU0jrV4LIKH4+2tcJEFkKMqO2GWVkgaHYE=";
hash = "sha256-EZ6W7DTcmZWjP2BmopU2G3S/82juGG+/ht5Fd8G0W1A=";
};
nativeBuildInputs = [