Loading pkgs/development/python-modules/nestedtext/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -12,21 +12,21 @@ voluptuous, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "nestedtext"; version = "3.8"; format = "pyproject"; pyproject = true; src = fetchFromGitHub { owner = "KenKundert"; repo = "nestedtext"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-eg5Q11dl9ikGpNYx2Sd47MBPC9S4W2M6PpehFpowzdk="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; propagatedBuildInputs = [ inform ]; dependencies = [ inform ]; nativeCheckInputs = [ docopt Loading Loading @@ -69,8 +69,8 @@ buildPythonPackage rec { non-programmers. ''; homepage = "https://nestedtext.org"; changelog = "https://github.com/KenKundert/nestedtext/blob/v${version}/doc/releases.rst"; changelog = "https://github.com/KenKundert/nestedtext/blob/${finalAttrs.src.tag}/doc/releases.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ jeremyschlatter ]; }; } }) Loading
pkgs/development/python-modules/nestedtext/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -12,21 +12,21 @@ voluptuous, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "nestedtext"; version = "3.8"; format = "pyproject"; pyproject = true; src = fetchFromGitHub { owner = "KenKundert"; repo = "nestedtext"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-eg5Q11dl9ikGpNYx2Sd47MBPC9S4W2M6PpehFpowzdk="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; propagatedBuildInputs = [ inform ]; dependencies = [ inform ]; nativeCheckInputs = [ docopt Loading Loading @@ -69,8 +69,8 @@ buildPythonPackage rec { non-programmers. ''; homepage = "https://nestedtext.org"; changelog = "https://github.com/KenKundert/nestedtext/blob/v${version}/doc/releases.rst"; changelog = "https://github.com/KenKundert/nestedtext/blob/${finalAttrs.src.tag}/doc/releases.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ jeremyschlatter ]; }; } })