Merge pull request #277177 from r-ryantm/auto-update/python310Packages.faraday-plugins

python310Packages.faraday-plugins: 1.15.0 -> 1.15.1

authored by Fabian Affolter and committed by GitHub f684f949 662bcf91

+2 -2
+2 -2
pkgs/development/python-modules/faraday-plugins/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "faraday-plugins"; 21 - version = "1.15.0"; 21 + version = "1.15.1"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "infobyte"; 28 28 repo = "faraday_plugins"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-2Z3S5zojaRVaeeujFor/g3x+rxKppw/jSyq0GRJ49OY="; 30 + hash = "sha256-cJ7gFE8zTN+7fp4EY8ZRwjS8i0r+8WaIH/EdY89nZew="; 31 31 }; 32 32 33 33 postPatch = ''