3
0
Fork 0
forked from mirrors/nixpkgs

python: thrift: 0.11.0 -> 0.13.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:24 +01:00
parent 3d89801d13
commit 2ad8a56712

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "thrift";
version = "0.11.0";
version = "0.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8806e6b";
sha256 = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9ae7d89";
};
propagatedBuildInputs = [ six ];