Skip to content

Commit f8be5be

Browse files
committed
pyenv: 2.5.2 -> 2.5.3
1 parent d865758 commit f8be5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/py/pyenv/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
pname = "pyenv";
9-
version = "2.5.2";
9+
version = "2.5.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "pyenv";
1313
repo = "pyenv";
1414
tag = "v${version}";
15-
hash = "sha256-RDBIe26IAGn3Mj+zof55GxMI7mwL9JQGjN3egUhhhgg=";
15+
hash = "sha256-YCCkt1lHDK91qXQXCafy1PFLr+wZgTe/9qM9gR0Xzk0=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)