Skip to content

Commit

Permalink
Merge pull request #14644 from micxjo/update-nvpy
Browse files Browse the repository at this point in the history
nvpy: 0.9.2 -> 0.9.7
  • Loading branch information
FRidh committed Apr 13, 2016
2 parents 9bc67ca + dd2f24b commit 81cedab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/editors/nvpy/default.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{ pkgs, fetchurl, tk, buildPythonApplication, pythonPackages }:

buildPythonApplication rec {
version = "0.9.2";
version = "0.9.7";
name = "nvpy-${version}";

src = fetchurl {
url = "https://github.com/cpbotha/nvpy/archive/v${version}.tar.gz";
sha256 = "78e41b80fc5549cba8cfd92b52d6530e8dfc8e8f37e96e4b219f30c266af811d";
sha256 = "1rd3vlaqkg16iz6qcw6rkbq0jmyvc0843wa3brnvn1nz0kla243f";
};

buildInputs = [tk];

propagatedBuildInputs = [
pythonPackages.markdown
pythonPackages.tkinter
pythonPackages.docutils
];

postInstall = ''
Expand Down

0 comments on commit 81cedab

Please sign in to comment.