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

beancount: 2.3.3 -> 2.3.4

+2 -2
+2 -2
pkgs/development/python-modules/beancount/default.nix
··· 16 }: 17 18 buildPythonPackage rec { 19 - version = "2.3.3"; 20 pname = "beancount"; 21 22 disabled = !isPy3k; 23 24 src = fetchPypi { 25 inherit pname version; 26 - sha256 = "0767ap2n9vk9dz40njndfhaprajr75fvzx7igbd1szc6x8wri8nr"; 27 }; 28 29 # Tests require files not included in the PyPI archive.
··· 16 }: 17 18 buildPythonPackage rec { 19 + version = "2.3.4"; 20 pname = "beancount"; 21 22 disabled = !isPy3k; 23 24 src = fetchPypi { 25 inherit pname version; 26 + sha256 = "sha256-K/CM5qldmAAPTXM5WYXNHeuBwNUu1aduYQusd9gvhsA="; 27 }; 28 29 # Tests require files not included in the PyPI archive.