tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
beancount: 2.3.3 -> 2.3.4
R. RyanTM
4 years ago
e020ff5d
76b34118
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
beancount
default.nix
+2
-2
pkgs/development/python-modules/beancount/default.nix
···
16
16
}:
17
17
18
18
buildPythonPackage rec {
19
19
-
version = "2.3.3";
19
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
26
-
sha256 = "0767ap2n9vk9dz40njndfhaprajr75fvzx7igbd1szc6x8wri8nr";
26
26
+
sha256 = "sha256-K/CM5qldmAAPTXM5WYXNHeuBwNUu1aduYQusd9gvhsA=";
27
27
};
28
28
29
29
# Tests require files not included in the PyPI archive.