python37Packages.ofxparse: 0.19 -> 0.20

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-ofxparse/versions
This commit is contained in:
R. RyanTM 2019-01-02 12:27:07 -08:00 committed by worldofpeace
parent f8066e8239
commit 18090a85de

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ofxparse"; pname = "ofxparse";
version = "0.19"; version = "0.20";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d8c81fd5089332106da1a2e8919c412c7c677f08af04d557ca767701a04e0918"; sha256 = "0zn3grc6xhgzcc81qc3dxkkwk731cjjqqhb46smw12lk09cdnigb";
}; };
propagatedBuildInputs = [ six beautifulsoup4 lxml ]; propagatedBuildInputs = [ six beautifulsoup4 lxml ];