Skip to content

Commit

Permalink
nox: 0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar authored and domenkozar committed Sep 16, 2017
1 parent 337380e commit 94400c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nox/default.nix
Expand Up @@ -2,12 +2,12 @@

pythonPackages.buildPythonApplication rec {
name = "nox-${version}";
version = "0.0.5";
version = "0.0.6";
namePrefix = "";

src = fetchurl {
url = "mirror://pypi/n/nix-nox/nix-nox-${version}.tar.gz";
sha256 = "1kwrkp7njxn2sqmmzy5d33d07gawbw2ab2bmfjz0y1r23z9iadf2";
sha256 = "1qcbhdnhdhhv7q6cqdgv0q55ic8fk18526zn2yb12x9r1s0lfp9z";
};

buildInputs = [ pythonPackages.pbr git ];
Expand Down

0 comments on commit 94400c0

Please sign in to comment.