python37Packages.paste: 3.0.8 -> 3.1.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-paste/versions
This commit is contained in:
R. RyanTM 2019-08-05 10:55:54 -07:00
parent 53328909da
commit 5471ab1bcf

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "paste";
version = "3.0.8";
version = "3.1.0";
src = fetchPypi {
pname = "Paste";
inherit version;
sha256 = "05w1sh6ky4d7pmdb8nv82n13w22jcn3qsagg5ih3hjmbws9kkwf4";
sha256 = "1r531zsznwlflhn7pbc7kaagycqxyjlsanjcvy7rkdjsvwi3ychq";
};
propagatedBuildInputs = [ six ];