Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Jul 23, 2024
1 parent 11fa636 commit cbbfdae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux;
packageOverrides = self: super: {
mkdocs-material = super.mkdocs-material.overridePythonAttrs (old: rec {
version = "9.4.6";
version = "9.5.30";
src = super.fetchPypi {
pname = "mkdocs_material";
inherit version;
hash = "sha256-CWZeYN9+6eX/OlSvFz9tRb5xix7n3ZYrz/MQK4H7DBQ=";
hash = "sha256-P9QX3ULWeeO6CLni1yzYuK8ULMSjlpZ2rWsAmT3Rguw=";
};
});
mkdocs-static-i18n = super.buildPythonPackage rec {
pname = "mkdocs-static-i18n";
version = "1.2.0";
version = "1.2.3";
pyproject = true;
src = super.fetchPypi {
inherit version;
pname = "mkdocs_static_i18n";
hash = "sha256-S9D/7J8dlmtmrOhTAntYaImumksrgMQutR1CkOXOD9c=";
hash = "sha256-fM9Npt0pVw7EnNhj6/9v75y4LbscuFJJvfdE6Ng5yRQ=";
};
propagatedBuildInputs = with self; [
setuptools
Expand Down

0 comments on commit cbbfdae

Please sign in to comment.