Merge pull request #50586 from r-ryantm/auto-update/python3.6-transaction

python36Packages.transaction: 2.3.0 -> 2.4.0
This commit is contained in:
Renaud 2018-11-18 23:45:21 +01:00 committed by GitHub
commit a0758c888b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];