python3Packages.goobook: 3.5.1 -> 3.5.2

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:08 +02:00
parent 112373c620
commit 66894c078b

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "goobook";
version = "3.5.1";
version = "3.5.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "6e69aeaf69112d116302f0c42ca1904f3b6efd17f15cefc12c866206160293be";
sha256 = "sha256-i24Hh10iXFUiWVgokMs7f8ZpIVN/ZEF421tfa2ByQ4c=";
};
nativeBuildInputs = [ docutils installShellFiles ];