python3Packages.hyperframe: 6.0.0 -> 6.0.1

+2 -2
+2 -2
pkgs/development/python-modules/hyperframe/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "hyperframe"; 5 - version = "6.0.0"; 5 + version = "6.0.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "742d2a4bc3152a340a49d59f32e33ec420aa8e7054c1444ef5c7efff255842f1"; 9 + sha256 = "ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"; 10 10 }; 11 11 12 12 checkInputs = [ pytestCheckHook ];