python37Packages.dbf: 0.98.2 -> 0.98.3

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-dbf/versions
This commit is contained in:
R. RyanTM 2019-09-27 20:37:02 -07:00 committed by Jon
parent 494b1d5b3c
commit 72e80436cd

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "dbf";
version = "0.98.2";
version = "0.98.3";
src = fetchPypi {
inherit pname version;
sha256 = "0d8m3zhhxy1f35r1s8k0s218iz86bs6v89vy65lslrxbdg5pjia0";
sha256 = "01d71vya2x87f3kl9x0s8xp0n7wixn6ksrd054y7idq3n1mjaxzh";
};
propagatedBuildInputs = [ aenum ] ++ stdenv.lib.optional (pythonOlder "3.4") [ enum34 ];