Merge pull request #14644 from micxjo/update-nvpy

nvpy: 0.9.2 -> 0.9.7
This commit is contained in:
Frederik Rietdijk 2016-04-13 08:09:02 +02:00
commit 81cedab4f1

View File

@ -1,12 +1,12 @@
{ pkgs, fetchurl, tk, buildPythonApplication, pythonPackages }: { pkgs, fetchurl, tk, buildPythonApplication, pythonPackages }:
buildPythonApplication rec { buildPythonApplication rec {
version = "0.9.2"; version = "0.9.7";
name = "nvpy-${version}"; name = "nvpy-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/cpbotha/nvpy/archive/v${version}.tar.gz"; url = "https://github.com/cpbotha/nvpy/archive/v${version}.tar.gz";
sha256 = "78e41b80fc5549cba8cfd92b52d6530e8dfc8e8f37e96e4b219f30c266af811d"; sha256 = "1rd3vlaqkg16iz6qcw6rkbq0jmyvc0843wa3brnvn1nz0kla243f";
}; };
buildInputs = [tk]; buildInputs = [tk];
@ -14,6 +14,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
pythonPackages.markdown pythonPackages.markdown
pythonPackages.tkinter pythonPackages.tkinter
pythonPackages.docutils
]; ];
postInstall = '' postInstall = ''