tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
khal: 0.5.0 -> 0.6.0
Matthias Beyer
10 years ago
d15d02c8
0015a472
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
khal
default.nix
+3
-2
pkgs/applications/misc/khal/default.nix
···
1
{ stdenv, fetchurl, pkgs, pythonPackages }:
2
3
pythonPackages.buildPythonPackage rec {
4
-
version = "0.5.0";
5
name = "khal-${version}";
6
7
src = fetchurl {
8
url = "https://pypi.python.org/packages/source/k/khal/khal-${version}.tar.gz";
9
-
sha256 = "1042vnc0vsaf0yr44hb0bh227d4rn81smvxksrzwdwja3wwxk4m9";
10
};
11
12
propagatedBuildInputs = with pythonPackages; [
···
23
tzlocal
24
urwid
25
python.modules.sqlite3
0
26
];
27
28
meta = with stdenv.lib; {
···
1
{ stdenv, fetchurl, pkgs, pythonPackages }:
2
3
pythonPackages.buildPythonPackage rec {
4
+
version = "0.6.0";
5
name = "khal-${version}";
6
7
src = fetchurl {
8
url = "https://pypi.python.org/packages/source/k/khal/khal-${version}.tar.gz";
9
+
sha256 = "16nsib70rczln0hrh93bas58lr8crvq8yipj7qnfs4hbs9b8sbhs";
10
};
11
12
propagatedBuildInputs = with pythonPackages; [
···
23
tzlocal
24
urwid
25
python.modules.sqlite3
26
+
pkginfo
27
];
28
29
meta = with stdenv.lib; {