File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
pkgs = nixpkgs . legacyPackages . x86_64-linux ;
13
13
packageOverrides = self : super : {
14
14
mkdocs-material = super . mkdocs-material . overridePythonAttrs ( old : rec {
15
- version = "9.4.6 " ;
15
+ version = "9.5.30 " ;
16
16
src = super . fetchPypi {
17
17
pname = "mkdocs_material" ;
18
18
inherit version ;
19
- hash = "sha256-CWZeYN9+6eX/OlSvFz9tRb5xix7n3ZYrz/MQK4H7DBQ =" ;
19
+ hash = "sha256-P9QX3ULWeeO6CLni1yzYuK8ULMSjlpZ2rWsAmT3Rguw =" ;
20
20
} ;
21
21
} ) ;
22
22
mkdocs-static-i18n = super . buildPythonPackage rec {
23
23
pname = "mkdocs-static-i18n" ;
24
- version = "1.2.0 " ;
24
+ version = "1.2.3 " ;
25
25
pyproject = true ;
26
26
src = super . fetchPypi {
27
27
inherit version ;
28
28
pname = "mkdocs_static_i18n" ;
29
- hash = "sha256-S9D/7J8dlmtmrOhTAntYaImumksrgMQutR1CkOXOD9c =" ;
29
+ hash = "sha256-fM9Npt0pVw7EnNhj6/9v75y4LbscuFJJvfdE6Ng5yRQ =" ;
30
30
} ;
31
31
propagatedBuildInputs = with self ; [
32
32
setuptools
You can’t perform that action at this time.
0 commit comments