3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178088 from r-ryantm/auto-update/python3.10-pytenable

python310Packages.pytenable: 1.4.6 -> 1.4.7
This commit is contained in:
Fabian Affolter 2022-06-18 10:12:48 +02:00 committed by GitHub
commit ab502f52c4
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.6";
version = "1.4.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,8 +28,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
rev = version;
hash = "sha256-0isXHh0b2l8Br4XXR1y8A+zu8vkJjEsJ6faNNEx12lM=";
rev = "refs/tags/${version}";
hash = "sha256-w6IM82nxv6rg3XbrHZfoN517usOOo/ly1GGgjnIdcEw=";
};
propagatedBuildInputs = [