Skip to content

Commit

Permalink
pipenv: 9.0.1 -> 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Feb 27, 2018
1 parent c2cc824 commit dc7f2ee
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 = "9.0.1";
version = "10.1.0";

src = fetchPypi {
inherit pname version;
sha256 = "16k77iy1apbc1s5j78aimhjrcw89vbkq5irs80dmm70wayi0myz1";
sha256 = "3732350e3cd8cc033d66748c418bab4b018dc0a4fcf1687f17a103ac44eac0c6";
};

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

0 comments on commit dc7f2ee

Please sign in to comment.