Unverified Commit 244f019c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202951 from r-ryantm/auto-update/pipenv

pipenv: 2022.11.11 -> 2022.11.25
parents b310eeaa 1703f6fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@ let

in buildPythonApplication rec {
  pname = "pipenv";
  version = "2022.11.11";
  version = "2022.11.25";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-5p9kR36DWV87iR4eWLGxNV1MWTQy5jsHjcG+m9k8UGY=";
    sha256 = "sha256-ElnWxwU7EIbZqqvIGp/rc5vS0X6BuyAgSJoy7BQYYu4=";
  };

  LC_ALL = "en_US.UTF-8";