khal: 0.8.2 -> 0.8.4
This commit is contained in:
parent
7bc5578d3f
commit
c2169369f0
@ -4,12 +4,12 @@ with python3Packages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
# Reenable tests for 0.9.0, they are broken at the moment: #15981
|
# Reenable tests for 0.9.0, they are broken at the moment: #15981
|
||||||
version = "0.8.2";
|
version = "0.8.4";
|
||||||
name = "khal-${version}";
|
name = "khal-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/k/khal/khal-${version}.tar.gz";
|
url = "mirror://pypi/k/khal/khal-${version}.tar.gz";
|
||||||
sha256 = "0ihclh3jsxhvq7azgdxbdzwbl7my30cdcg3g5ss5bpm4ivskrzzj";
|
sha256 = "03vy4dp9n43w51mwqjjy08dr5nj7wxqnb085visz3j43vzm42p1f";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user