python311Packages.google-cloud-netapp: 0.3.6 -> 0.3.7

This commit is contained in:
R. Ryantm 2024-03-06 10:54:17 +00:00
parent 9df3e30ce2
commit 97260360cb

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-netapp";
version = "0.3.6";
version = "0.3.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-rWsR95I4lXf/xEJ/0HLhTR6V8g46NzmU/PmkAi797rM=";
hash = "sha256-g+tH/u2lEbQDdMPo/4+kl03+d9mrLzR2Eo/H8e8Niic=";
};
nativeBuildInputs = [