python36Packages.transaction: 2.3.0 -> 2.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.6-transaction/versions
This commit is contained in:
R. RyanTM 2018-11-18 05:43:54 -08:00
parent d208fa53eb
commit 536b4e89ff

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "transaction";
version = "2.3.0";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "1nak7cwyavrc3pdr6nxp2dnhrkkv9ircaii765zrs3kkkzgwn5zr";
sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j";
};
propagatedBuildInputs = [ zope_interface mock ];