From ceaf42e0cbf8d9e24275d934835e849ee8ab6c91 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 27 Oct 2025 04:29:41 +0000 Subject: [PATCH 1/2] python3Packages.mdformat-mkdocs: 4.4.1 -> 4.4.2 --- pkgs/development/python-modules/mdformat-mkdocs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mdformat-mkdocs/default.nix b/pkgs/development/python-modules/mdformat-mkdocs/default.nix index 130dcd5e2802..98377cb5164b 100644 --- a/pkgs/development/python-modules/mdformat-mkdocs/default.nix +++ b/pkgs/development/python-modules/mdformat-mkdocs/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "mdformat-mkdocs"; - version = "4.4.1"; + version = "4.4.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "KyleKing"; repo = "mdformat-mkdocs"; tag = "v${version}"; - hash = "sha256-J1gLi85tEFJcWupV2FzunJhROFdU3G12hRHxbLSX0kc="; + hash = "sha256-u3IHqllknX6ilReXRVyZoDfqid8Ioe+zvC3wPh04HXo="; }; nativeBuildInputs = [ flit-core ]; From 0f317c1a1af62edba89838abc9ccd9b48a6a3df1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Oct 2025 10:50:45 +0100 Subject: [PATCH 2/2] python313Packages.mdformat-mkdocs: modernize Removed pythonOlder restriction and updated build inputs. --- .../development/python-modules/mdformat-mkdocs/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/mdformat-mkdocs/default.nix b/pkgs/development/python-modules/mdformat-mkdocs/default.nix index 98377cb5164b..73c91c380429 100644 --- a/pkgs/development/python-modules/mdformat-mkdocs/default.nix +++ b/pkgs/development/python-modules/mdformat-mkdocs/default.nix @@ -14,7 +14,6 @@ more-itertools, pytest-snapshot, pytestCheckHook, - pythonOlder, }: buildPythonPackage rec { @@ -22,8 +21,6 @@ buildPythonPackage rec { version = "4.4.2"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "KyleKing"; repo = "mdformat-mkdocs"; @@ -31,9 +28,9 @@ buildPythonPackage rec { hash = "sha256-u3IHqllknX6ilReXRVyZoDfqid8Ioe+zvC3wPh04HXo="; }; - nativeBuildInputs = [ flit-core ]; + build-system = [ flit-core ]; - propagatedBuildInputs = [ + dependencies = [ mdformat mdformat-gfm mdit-py-plugins