vobject: 0.8.1c → 0.8.1d
This commit is contained in:
parent
2a6440b294
commit
979eba4010
@ -11086,12 +11086,14 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
vobject = buildPythonPackage rec {
|
vobject = buildPythonPackage rec {
|
||||||
version = "0.8.1c";
|
version = "0.8.1d";
|
||||||
name = "vobject-${version}";
|
name = "vobject-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = "https://pypi.python.org/packages/source/v/vobject/vobject-${version}.tar.gz";
|
owner = "adieu";
|
||||||
sha256 = "1xanqn7rn96841s3lim5lnx5743gc4kyfg4ggj1ys5r0gw8i6har";
|
repo = "vobject";
|
||||||
|
sha256 = "04fz8g9i9pvrksbpzmp2ci8z34gwjdr7j0f0cxr60v5sdv6v88l9";
|
||||||
|
rev = "ef870dfbb7642756d6b691ebf9f52285ec9e504f";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = isPy3k || isPyPy;
|
disabled = isPy3k || isPyPy;
|
||||||
@ -11100,7 +11102,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Module for reading vCard and vCalendar files";
|
description = "Module for reading vCard and vCalendar files";
|
||||||
homepage = http://vobject.skyhouseconsulting.com/;
|
homepage = https://github.com/adieu/vobject/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ DamienCassou ];
|
maintainers = with maintainers; [ DamienCassou ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user