python37Packages.dbf: 0.97.11 -> 0.98.0

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

(cherry picked from commit e5e77d76fd46fc8a4eeae4685cc5b6d81b2df23d)
wip/yesman
R. RyanTM 5 years ago committed by Matthias Beyer
parent 694d4ae51c
commit bfe32a9723
  1. 4
      pkgs/development/python-modules/dbf/default.nix

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "dbf";
version = "0.97.11";
version = "0.98.0";
src = fetchPypi {
inherit pname version;
sha256 = "8aa5a73d8b140aa3c511a3b5b204a67d391962e90c66b380dd048fcae6ddbb68";
sha256 = "089h98gpjf9ffxzbkbd9k9wd8n3s7g0nhfpn3rf44h51hllgqxxb";
};
propagatedBuildInputs = [ aenum ] ++ stdenv.lib.optional (pythonOlder "3.4") [ enum34 ];

Loading…
Cancel
Save