monophony: 2.4.0 -> 2.5.1
This commit is contained in:
parent
dd8e82f3b4
commit
47553fc348
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "monophony";
|
||||
version = "2.4.0";
|
||||
version = "2.5.1";
|
||||
format = "other";
|
||||
|
||||
sourceRoot = "source/source";
|
||||
|
@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
|
|||
owner = "zehkira";
|
||||
repo = "monophony";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BIaBysqkNfRk7N4dzyjnN+ha2WkppkwFDSj4AAcp9UI=";
|
||||
hash = "sha256-kBFznJcH6UOlzgUnhPSOUBxqqsHzIEpirN63gRYC/u0=";
|
||||
};
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
|
|
Loading…
Reference in a new issue