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
}:
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.