pypy: Correct Python version in meta description

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2019-01-15 15:02:45 -08:00 committed by Frederik Rietdijk
parent 8853eb62aa
commit 6282071229
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ in with passthru; stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://pypy.org/;
description = "Fast, compliant alternative implementation of the Python language (3.5.3)";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ andersk ];

View File

@ -115,7 +115,7 @@ in with passthru; stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://pypy.org/;
description = "Fast, compliant alternative implementation of the Python language (3.5.3)";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
};