nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: vobject: 0.9.6 -> 0.9.6.1

+2 -2
+2 -2
pkgs/development/python-modules/vobject/default.nix
··· 1 1 { lib, buildPythonPackage, fetchPypi, isPyPy, python, dateutil }: 2 2 3 3 buildPythonPackage rec { 4 - version = "0.9.6"; 4 + version = "0.9.6.1"; 5 5 pname = "vobject"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "cd9ede4363f83c06ba8d8f1541c736efa5c46f9a431430002b2f84f4f4e674d8"; 9 + sha256 = "96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101"; 10 10 }; 11 11 12 12 disabled = isPyPy;