python: taskw: 1.0.3 -> 1.2.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:18 +01:00
parent ce51974ed8
commit 8600798172

View File

@ -10,12 +10,12 @@
}:
buildPythonPackage rec {
version = "1.0.3";
version = "1.2.0";
pname = "taskw";
src = fetchPypi {
inherit pname version;
sha256 = "1fa7bv5996ppfbryv02lpnlhk5dra63lhlwrb1i4ifqbziqfqh5n";
sha256 = "fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe";
};
patches = [ ./use-template-for-taskwarrior-install-path.patch ];