Skip to content

Commit

Permalink
pythonPackages.vobject: 0.9.3 -> 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer authored and FRidh committed Feb 3, 2018
1 parent 213ee44 commit b99c86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -13311,13 +13311,13 @@ in {


vobject = buildPythonPackage rec {
version = "0.9.3";
version = "0.9.5";
name = "vobject-${version}";

src = pkgs.fetchFromGitHub {
owner = "eventable";
repo = "vobject";
sha256 = "00vbii5awwqwfh5hfklj1q79w7d85gjigvf2imgyb71g03sb8cjv";
sha256 = "1f5lw9kpssr66bdirkjba3izbnm68p8pd47546m5yl4c7x76s1ld";
rev = version;
};

Expand Down

0 comments on commit b99c86f

Please sign in to comment.