forked from mirrors/nixpkgs
python37Packages.zeep: 3.1.0 -> 3.2.0 (#52699)
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-zeep/versions
This commit is contained in:
parent
142687c5c7
commit
c02445eec0
|
@ -25,11 +25,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zeep";
|
||||
version = "3.1.0";
|
||||
version = "3.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b2d96881689c3f29e8ea5c8c6abb2b17fb0f470deee15d0d7bec4e74592850f6";
|
||||
sha256 = "0bfpdy3hi8aa45piwg5gj0xxa187v13d66qr1ki73qn7c6rbizp5";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue