python37Packages.tblib: 1.3.2 -> 1.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-tblib/versions
This commit is contained in:
R. RyanTM 2019-08-20 10:42:27 -07:00
parent ffbb4d26f9
commit 08559ee2a5

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "tblib";
version = "1.3.2";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "436e4200e63d92316551179dc540906652878df4ff39b43db30fcf6400444fe7";
sha256 = "1k9vmw0kcbkij9lbz80imkwkhq24vgrqf1i95kv8y5aaarjda6mx";
};
meta = with stdenv.lib; {