Skip to content

Commit

Permalink
pythonPackages.parsimonious: 0.6.0 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer authored and joachifm committed May 28, 2016
1 parent 1138951 commit 6e0f7b5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -25981,11 +25981,14 @@ in modules // {
};

parsimonious = buildPythonPackage rec {
name = "parsimonious-0.6.0";
version = "0.6.2";
name = "parsimonious-${version}";
disabled = ! isPy27;
src = pkgs.fetchurl {
url = "https://github.com/erikrose/parsimonious/archive/0.6.tar.gz";
sha256 = "7ad992448b69a3f3d943bac0be132bced3f13937c8ca150ba2fd1d7b6534f846";
src = pkgs.fetchFromGitHub {
repo = "parsimonious";
owner = "erikrose";
rev = version;
sha256 = "1wf12adzhqjibbhy2m9abfqdgbb6z97s7wydhasir70307rqf9rj";
};

propagatedBuildInputs = with self; [ nose ];
Expand Down

0 comments on commit 6e0f7b5

Please sign in to comment.