python37Packages.paste: 3.0.6 -> 3.0.8

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-03-11 11:34:39 -07:00 committed by worldofpeace
parent 1240834176
commit 5c4f11d6c6

View file

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