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

python310Packages.pytenable: 1.4.7 -> 1.4.8
This commit is contained in:
Fabian Affolter 2022-09-21 09:00:02 +02:00 committed by GitHub
commit 0fff9cb6d5
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.7";
version = "1.4.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-w6IM82nxv6rg3XbrHZfoN517usOOo/ly1GGgjnIdcEw=";
hash = "sha256-alBEKCYwLIbQanKTzkd3NnfOudhGhKhg4sFqddWdzQA=";
};
propagatedBuildInputs = [