tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.goobook: 3.5.1 -> 3.5.2
Martin Weinelt
3 years ago
66894c07
112373c6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
goobook
default.nix
+2
-2
pkgs/development/python-modules/goobook/default.nix
···
5
5
6
6
buildPythonPackage rec {
7
7
pname = "goobook";
8
8
-
version = "3.5.1";
8
8
+
version = "3.5.2";
9
9
disabled = !isPy3k;
10
10
11
11
src = fetchPypi {
12
12
inherit pname version;
13
13
-
sha256 = "6e69aeaf69112d116302f0c42ca1904f3b6efd17f15cefc12c866206160293be";
13
13
+
sha256 = "sha256-i24Hh10iXFUiWVgokMs7f8ZpIVN/ZEF421tfa2ByQ4c=";
14
14
};
15
15
16
16
nativeBuildInputs = [ docutils installShellFiles ];