Merge pull request #10662 from DamienCassou/update-khard-0.6.3
khard: 0.6.0 → 0.6.3
This commit is contained in:
commit
7a072c1b89
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgs, pythonPackages }:
|
{ stdenv, fetchurl, pkgs, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
version = "0.6.0";
|
version = "0.6.3";
|
||||||
name = "khard-${version}";
|
name = "khard-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
|
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
|
||||||
sha256 = "1ag6p416iibwgvijjc8bwyrssxw3s3j559700xfgp10vj0nqk1hb";
|
sha256 = "1dn1v4ycgqbq8vknz1dy710asq8cizxmzaynn69xknwkpgda7fm9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
@ -12727,12 +12727,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;
|
||||||
@ -12746,7 +12748,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