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 16 }: 17 17 18 18 buildPythonPackage rec { 19 - version = "2.3.3"; 19 + version = "2.3.4"; 20 20 pname = "beancount"; 21 21 22 22 disabled = !isPy3k; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - sha256 = "0767ap2n9vk9dz40njndfhaprajr75fvzx7igbd1szc6x8wri8nr"; 26 + sha256 = "sha256-K/CM5qldmAAPTXM5WYXNHeuBwNUu1aduYQusd9gvhsA="; 27 27 }; 28 28 29 29 # Tests require files not included in the PyPI archive.