lol

python3Packages.aws-xray-sdk: 2.7.0 -> 2.8.0

authored by

Martin Weinelt and committed by
Jonathan Ringer
07cb52fc efe30458

+2 -2
+2 -2
pkgs/development/python-modules/aws-xray-sdk/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "aws-xray-sdk"; 15 - version = "2.7.0"; 15 + version = "2.8.0"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "697c9068e84dd5d2c1456def3fd0865f226046b5db4db56d738050e425960adf"; 19 + sha256 = "90c2fcc982a770e86d009a4c3d2b5c3e372da91cb8284d982bae458e2c0bb268"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [