Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: ofxtools: 0.5.4 -> 0.8.20

+2 -2
+2 -2
pkgs/development/python-modules/ofxtools/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "ofxtools"; 10 - version = "0.5.4"; 10 + version = "0.8.20"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "83e1ca0a61463fca99d096a694466726a49979a5d2b8a36a65514c7a8617d3ea"; 14 + sha256 = "87245679911c0c12429a476fd269611512d3e4b44cb8871159bb76ba70f8a46f"; 15 15 }; 16 16 17 17 checkPhase = ''