python: transaction: 2.4.0 -> 3.0.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:24 +01:00
parent 99d664e2f8
commit f054f49840

View File

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