cvise: 2.2.0 -> 2.3.0
This commit is contained in:
parent
86ee8dd8ff
commit
5639c8b5f5
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "cvise";
|
pname = "cvise";
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "marxin";
|
owner = "marxin";
|
||||||
repo = "cvise";
|
repo = "cvise";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "116cicz4d506ds3m9bmnb7f9nkp07hyzcrw29ljhznh1i620msim";
|
sha256 = "1x2i8nv0nncgvr07znhh2slngbrg8qcsz2zqx76bcyq9hssn6yal";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in New Issue