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: hgsvn: 0.3.11 -> 0.3.15

+2 -2
+2 -2
pkgs/development/python-modules/hgsvn/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "hgsvn"; 12 - version = "0.3.11"; 12 + version = "0.3.15"; 13 13 disabled = isPy3k || isPyPy; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 17 extension = "zip"; 18 - sha256 = "0yvhwdh8xx8rvaqd3pnnyb99hfa0zjdciadlc933p27hp9rf880p"; 18 + sha256 = "036270cc2803f7a7de3842e8c593849631b2293e647aa3444f68f1b1834d1fa1"; 19 19 }; 20 20 21 21 buildInputs = [ nose ];