Skip to content

Commit

Permalink
Merge pull request NixOS#267139 from mfrw/mfrw/pyenv-2.3.32
Browse files Browse the repository at this point in the history
pyenv: 2.3.31 -> 2.3.32
  • Loading branch information
NickCao authored Nov 13, 2023
2 parents 25116fd + 2d4c9ed commit f14a0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/pyenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "pyenv";
version = "2.3.31";
version = "2.3.32";

src = fetchFromGitHub {
owner = "pyenv";
repo = "pyenv";
rev = "refs/tags/v${version}";
hash = "sha256-liDm8lcHSdn9f/tNISRlnqEIcBtmusMplH0N4tW5Lgo=";
hash = "sha256-miJ/WONNDieLryD2J9JmkmSCG5Iesg2N2GT/FI9NGY0=";
};

postPatch = ''
Expand Down

0 comments on commit f14a0a7

Please sign in to comment.