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: voluptuous: 0.11.1 -> 0.11.5

+2 -2
+2 -2
pkgs/development/python-modules/voluptuous/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "voluptuous"; 5 - version = "0.11.1"; 5 + version = "0.11.5"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "af7315c9fa99e0bfd195a21106c82c81619b42f0bd9b6e287b797c6b6b6a9918"; 9 + sha256 = "567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef"; 10 10 }; 11 11 12 12 checkInputs = [ nose ];