3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #267139 from mfrw/mfrw/pyenv-2.3.32

pyenv: 2.3.31 -> 2.3.32
This commit is contained in:
Nick Cao 2023-11-13 08:39:40 -05:00 committed by GitHub
commit f14a0a7724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''