qarte: 4.6.0 → 4.12.0
This commit is contained in:
parent
4d3e13e51b
commit
7b8141a42c
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
let
|
||||
pythonEnv = python3.withPackages (ps: with ps; [ pyqt5_with_qtmultimedia ]);
|
||||
in mkDerivation {
|
||||
name = "qarte-4.6.0";
|
||||
name = "qarte-4.12.0";
|
||||
src = fetchbzr {
|
||||
url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4";
|
||||
rev = "22";
|
||||
sha256 = "0v4zpj8w67ydvnmanxbl8pwvn0cfv70c0mlw36a1r4n0rvgxffcn";
|
||||
rev = "56";
|
||||
sha256 = "0cq9dg04grl45xw43gi9wsb0vm8c4bcvh813h5lm4ry8b94lfx2i";
|
||||
};
|
||||
|
||||
buildInputs = [ pythonEnv ];
|
||||
|
|
Loading…
Reference in a new issue