Loading pkgs/development/python-modules/msoffcrypto-tool/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "msoffcrypto-tool"; version = "6.0.0"; pyproject = true; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "nolze"; repo = "msoffcrypto-tool"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-qhnQXLkEeMfuPl2FJGX19M2B+StlzGU/wHgmRn9jcxc="; }; Loading @@ -41,9 +41,9 @@ buildPythonPackage rec { meta = { description = "Python tool and library for decrypting MS Office files with passwords or other keys"; homepage = "https://github.com/nolze/msoffcrypto-tool"; changelog = "https://github.com/nolze/msoffcrypto-tool/blob/v${version}/CHANGELOG.md"; license = with lib.licenses; [ mit ]; changelog = "https://github.com/nolze/msoffcrypto-tool/blob/v${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "msoffcrypto-tool"; }; } }) Loading
pkgs/development/python-modules/msoffcrypto-tool/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "msoffcrypto-tool"; version = "6.0.0"; pyproject = true; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "nolze"; repo = "msoffcrypto-tool"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-qhnQXLkEeMfuPl2FJGX19M2B+StlzGU/wHgmRn9jcxc="; }; Loading @@ -41,9 +41,9 @@ buildPythonPackage rec { meta = { description = "Python tool and library for decrypting MS Office files with passwords or other keys"; homepage = "https://github.com/nolze/msoffcrypto-tool"; changelog = "https://github.com/nolze/msoffcrypto-tool/blob/v${version}/CHANGELOG.md"; license = with lib.licenses; [ mit ]; changelog = "https://github.com/nolze/msoffcrypto-tool/blob/v${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "msoffcrypto-tool"; }; } })