nvpy: 2.2.0 -> 2.3.1
This commit is contained in:
parent
98d778f015
commit
5f94cacfda
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
let
|
||||
pythonPackages = python3Packages;
|
||||
in pythonPackages.buildPythonApplication rec {
|
||||
version = "2.2.0";
|
||||
version = "2.3.1";
|
||||
pname = "nvpy";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cpbotha";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-eWvD1k0wbzo0G46/LEOlHl1wLvc4JHLL1fg6wuCHiQY=";
|
||||
sha256 = "sha256-guNdLu/bCk89o5M3gQU7J0W4h7eZdLHM0FG5IAPLE7c=";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue