3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.foolscap: 0.12.6 -> 0.13.1 (#49012)

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-foolscap/versions
This commit is contained in:
R. RyanTM 2018-10-29 04:28:15 -07:00 committed by xeji
parent 188ce907e3
commit 1288766e61

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "foolscap";
version = "0.12.6";
version = "0.13.1";
src = fetchPypi {
inherit pname version;
sha256 = "1bpmqq6485mmr5jza9q2c55l9m1bfsvsbd9drsip7p5qcsi22jrz";
sha256 = "0sqxp4fshnpcv69c2j04v8c22pjak28iwscxv998h2s3054knxz2";
};
propagatedBuildInputs = [ mock twisted pyopenssl service-identity ];