python37Packages.deprecation: 2.0.6 -> 2.0.7

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-deprecation/versions
This commit is contained in:
R. RyanTM 2019-08-19 22:31:46 -07:00
parent ffbb4d26f9
commit 132cf01b49

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "deprecation"; pname = "deprecation";
version = "2.0.6"; version = "2.0.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "68071e5ae7cd7e9da6c7dffd750922be4825c7c3a6780d29314076009cc39c35"; sha256 = "1vcjy6flqbzgjh4zhcs0sl83b946wxrlsx5miliz0ik1d9kjyff0";
}; };
propagatedBuildInputs = [ packaging ]; propagatedBuildInputs = [ packaging ];