python.pkgs.vobject: 0.9.5 -> 0.9.6
This commit is contained in:
parent
d925fe3f81
commit
b13764e023
|
@ -1,12 +1,12 @@
|
||||||
{ lib, buildPythonPackage, fetchPypi, isPyPy, python, dateutil }:
|
{ lib, buildPythonPackage, fetchPypi, isPyPy, python, dateutil }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.9.5";
|
version = "0.9.6";
|
||||||
pname = "vobject";
|
pname = "vobject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0f56cae196303d875682b9648b4bb43ffc769d2f0f800958e0a506af867b1243";
|
sha256 = "cd9ede4363f83c06ba8d8f1541c736efa5c46f9a431430002b2f84f4f4e674d8";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
Loading…
Reference in New Issue