python3Packages.pygments: 2.13.0 -> 2.14.0

https://github.com/pygments/pygments/releases/tag/2.14.0
This commit is contained in:
Naïm Favier 2023-01-01 10:45:42 +01:00 committed by Martin Weinelt
parent c1ec54ba0f
commit c80fd6659e

View File

@ -10,12 +10,12 @@
let pygments = buildPythonPackage
rec {
pname = "pygments";
version = "2.13.0";
version = "2.14.0";
src = fetchPypi {
pname = "Pygments";
inherit version;
sha256 = "sha256-VqhQiulfmOK5vfk6a+WuP32K+Fi0PgLFov8INya+QME=";
hash = "sha256-s+0GqeismpquWm9dvniopYZV0XtDuTwHjwlN3Edq4pc=";
};
propagatedBuildInputs = [