Skip to content

Commit

Permalink
python37Packages.goobook: 3.5 -> 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 2, 2020
1 parent ebf687a commit a1e8e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/goobook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

buildPythonPackage rec {
pname = "goobook";
version = "3.5";
version = "3.5.1";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1rmfyma3gwdf5mrw4l3j66y86fy8hgdbd0z4a5kck0kcm3hy34j9";
sha256 = "6e69aeaf69112d116302f0c42ca1904f3b6efd17f15cefc12c866206160293be";
};

nativeBuildInputs = [ docutils installShellFiles ];
Expand Down

0 comments on commit a1e8e2f

Please sign in to comment.