python37Packages.goobook: 3.5 -> 3.5.1

This commit is contained in:
R. RyanTM 2020-12-02 06:09:15 +00:00 committed by Jonathan Ringer
parent ebf687af35
commit a1e8e2f09a

View File

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