Merge pull request #107350 from fabaff/msgpack

python3Packages.msgpack: 1.0.0 -> 1.0.2
This commit is contained in:
Pavol Rusnak 2021-01-02 17:16:09 +01:00 committed by GitHub
commit 507f0fc185
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "msgpack";
version = "1.0.0";
version = "1.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "1h5mxh84rcw04dvxy1qbfn2hisavfqgilh9k09rgyjhd936dad4m";
sha256 = "1109s2yynrahwi64ikax68hx0mbclz8p35afmpphw5dwynb49q7s";
};
checkPhase = ''
@ -22,6 +22,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/msgpack/msgpack-python";
description = "MessagePack serializer implementation for Python";
changelog = "https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst";
license = lib.licenses.asl20;
# maintainers = ?? ;
};