lol

python3Packages.goobook: 3.5.1 -> 3.5.2

+2 -2
+2 -2
pkgs/development/python-modules/goobook/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "goobook"; 8 - version = "3.5.1"; 8 + version = "3.5.2"; 9 9 disabled = !isPy3k; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "6e69aeaf69112d116302f0c42ca1904f3b6efd17f15cefc12c866206160293be"; 13 + sha256 = "sha256-i24Hh10iXFUiWVgokMs7f8ZpIVN/ZEF421tfa2ByQ4c="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ docutils installShellFiles ];