python27Packages.paste: 3.4.0 -> 3.4.1

This commit is contained in:
R. RyanTM 2020-07-06 14:59:09 +00:00 committed by Jon
parent 5c60d0cbfc
commit b7fd3f75cf

View File

@ -8,12 +8,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "paste"; pname = "paste";
version = "3.4.0"; version = "3.4.1";
src = fetchPypi { src = fetchPypi {
pname = "Paste"; pname = "Paste";
inherit version; inherit version;
sha256 = "16sichvhyci1gaarkjs35mai8vphh7b244qm14hj1isw38nx4c03"; sha256 = "1csqn7g9b05hp3fgd82355k4pb5rv12k9x6p2mdw2v01m385171p";
}; };
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];