3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.hyperframe: 6.0.0 -> 6.0.1

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:22 +02:00
parent 722cdde3c3
commit 0f4982f5da

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "hyperframe";
version = "6.0.0";
version = "6.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "742d2a4bc3152a340a49d59f32e33ec420aa8e7054c1444ef5c7efff255842f1";
sha256 = "ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914";
};
checkInputs = [ pytestCheckHook ];