Loading pkgs/development/python-modules/rtfunicode/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ uv-build, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "rtfunicode"; version = "2.3"; pyproject = true; Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mjpieters"; repo = "rtfunicode"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-dmPpMplCQIJMHhNFzOIjKwEHVio2mjFEbDmq1Y9UJkA="; }; Loading @@ -34,6 +34,6 @@ buildPythonPackage rec { maintainers = [ lib.maintainers.lucasew ]; license = lib.licenses.bsd2; homepage = "https://github.com/mjpieters/rtfunicode"; changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${src.tag}"; changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${finalAttrs.src.tag}"; }; } }) Loading
pkgs/development/python-modules/rtfunicode/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ uv-build, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "rtfunicode"; version = "2.3"; pyproject = true; Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mjpieters"; repo = "rtfunicode"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-dmPpMplCQIJMHhNFzOIjKwEHVio2mjFEbDmq1Y9UJkA="; }; Loading @@ -34,6 +34,6 @@ buildPythonPackage rec { maintainers = [ lib.maintainers.lucasew ]; license = lib.licenses.bsd2; homepage = "https://github.com/mjpieters/rtfunicode"; changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${src.tag}"; changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${finalAttrs.src.tag}"; }; } })