monophony: 2.7.0 -> 2.8.2
This commit is contained in:
parent
ed607387c4
commit
6272d120f8
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "monophony";
|
pname = "monophony";
|
||||||
version = "2.7.0";
|
version = "2.8.2";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
sourceRoot = "${src.name}/source";
|
sourceRoot = "${src.name}/source";
|
||||||
|
@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "zehkira";
|
owner = "zehkira";
|
||||||
repo = "monophony";
|
repo = "monophony";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-uOmaTkjlfrct8CPqKcTTTqmURVncPZm4fXZYW+yZUf8=";
|
hash = "sha256-sCJVcf/VAW5UVMwrpri+PPJjQF0s7f2KpmaytuH0jN4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with python3Packages; [
|
pythonPath = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue