Skip to content

Commit

Permalink
pipenv: 8.2.7 -> 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jan 1, 2018
1 parent a8d515a commit 82e4f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/pipenv/default.nix
Expand Up @@ -2,11 +2,11 @@
with python3Packages; buildPythonApplication rec {
name = "${pname}-${version}";
pname = "pipenv";
version = "8.2.7";
version = "9.0.1";

src = fetchPypi {
inherit pname version;
sha256 = "08wkxs6qqgzxamym523bjv7zahg8p9v18x0yi9vwclij5k91iyzm";
sha256 = "16k77iy1apbc1s5j78aimhjrcw89vbkq5irs80dmm70wayi0myz1";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit 82e4f38

Please sign in to comment.