Skip to content

Commit

Permalink
buku: 2.9 -> 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrankenau committed Jun 29, 2017
1 parent ae953c2 commit 3107f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/buku/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
}:

with pythonPackages; buildPythonApplication rec {
version = "2.9";
version = "3.0";
name = "buku-${version}";

src = fetchFromGitHub {
owner = "jarun";
repo = "buku";
rev = "v${version}";
sha256 = "0ylq0j5w8jvzys4bj9m08bfr1sgf8h2b4fiax6hs6lcwn2882jbr";
sha256 = "1a33x3197vi5s8rq5fvhy021jdlsc8ww8zc4kysss6r9mvdlk7ax";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 3107f33

Please sign in to comment.