Merge pull request #275991 from r-ryantm/auto-update/python310Packages.pytenable

python310Packages.pytenable: 1.4.14 -> 1.4.16
This commit is contained in:
Fabian Affolter 2023-12-22 08:27:55 +01:00 committed by GitHub
commit 285769a7f1
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.14";
version = "1.4.16";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-EZ6W7DTcmZWjP2BmopU2G3S/82juGG+/ht5Fd8G0W1A=";
hash = "sha256-K0eb9j3X5jfNEdAbpK75gbOdD8nerEwlOXUdAGUFT+8=";
};
nativeBuildInputs = [