nvpy: 0.9.2 -> 0.9.7
This commit is contained in:
parent
0c978d7d4f
commit
dd2f24bc0d
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user