Merge pull request #178363 from fgaz/pokete/0.7.3
pokete: 0.7.2 -> 0.7.3
This commit is contained in:
commit
09dd6b5ee1
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "pokete";
|
pname = "pokete";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "lxgr-linux";
|
owner = "lxgr-linux";
|
||||||
repo = "pokete";
|
repo = "pokete";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-P6007qY6MsnQH4LGiNPoKCUt3+YI0OinKFdosaj3Wrc=";
|
sha256 = "sha256-sP6fI3F/dQHei1ZJU6gChKxft9fGpTct4EyU3OdBtr4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
pythonPath = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue