python: taskw: 1.0.3 -> 1.2.0
This commit is contained in:
parent
ce51974ed8
commit
8600798172
@ -10,12 +10,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.0.3";
|
version = "1.2.0";
|
||||||
pname = "taskw";
|
pname = "taskw";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fa7bv5996ppfbryv02lpnlhk5dra63lhlwrb1i4ifqbziqfqh5n";
|
sha256 = "fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./use-template-for-taskwarrior-install-path.patch ];
|
patches = [ ./use-template-for-taskwarrior-install-path.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user