python37Packages.goobook: 3.5 -> 3.5.1
This commit is contained in:
parent
ebf687af35
commit
a1e8e2f09a
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user