Loading pkgs/development/python-modules/dissect-shellitem/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -7,21 +7,18 @@ setuptools, setuptools-scm, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "dissect-shellitem"; version = "3.12"; version = "3.13"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.shellitem"; tag = version; hash = "sha256-mklMNKW3amPed2qXWVUxl73O9iORdauTh1ZygY/rg7I="; hash = "sha256-2pgKfvlYt8eZh6YsTx6Gqd0XvvzJtaSh0tnhVF+Z/50="; }; build-system = [ Loading @@ -44,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the Shellitem structures"; homepage = "https://github.com/fox-it/dissect.shellitem"; changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}"; changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; mainProgram = "parse-lnk"; Loading Loading
pkgs/development/python-modules/dissect-shellitem/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -7,21 +7,18 @@ setuptools, setuptools-scm, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "dissect-shellitem"; version = "3.12"; version = "3.13"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.shellitem"; tag = version; hash = "sha256-mklMNKW3amPed2qXWVUxl73O9iORdauTh1ZygY/rg7I="; hash = "sha256-2pgKfvlYt8eZh6YsTx6Gqd0XvvzJtaSh0tnhVF+Z/50="; }; build-system = [ Loading @@ -44,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the Shellitem structures"; homepage = "https://github.com/fox-it/dissect.shellitem"; changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}"; changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; mainProgram = "parse-lnk"; Loading