mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
qarte: 3.2.0+158 -> 3.10.0+188
This commit is contained in:
parent
9d74fd3e07
commit
c4a156ed45
@ -3,11 +3,11 @@
|
|||||||
let
|
let
|
||||||
pythonEnv = python3.withPackages (ps: with ps; [ pyqt5 sip ]);
|
pythonEnv = python3.withPackages (ps: with ps; [ pyqt5 sip ]);
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "qarte-3.2.0+158";
|
name = "qarte-3.10.0+188";
|
||||||
src = fetchbzr {
|
src = fetchbzr {
|
||||||
url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
|
url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
|
||||||
rev = "158";
|
rev = "188";
|
||||||
sha256 = "0nj9yxylz1nz0hdjm0jzrq2l3dgfdqkafwxnzydp6qv6261w564n";
|
sha256 = "06xpkjgm5ci5gfkza9f44m8l4jj32gfmr65cqs4x0j2ihrc6b4r9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper pythonEnv ];
|
buildInputs = [ makeWrapper pythonEnv ];
|
||||||
|
Loading…
Reference in New Issue
Block a user