python312Packages.dissect-clfs: 1.9 -> 1.10

R. Ryantm bd85c19d 56f4e06f

+3 -3
+3 -3
pkgs/development/python-modules/dissect-clfs/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "dissect-clfs"; 14 - version = "1.9"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.9"; ··· 20 owner = "fox-it"; 21 repo = "dissect.clfs"; 22 tag = version; 23 - hash = "sha256-VK17Q28Bqdu/NckBZNMJciWbnGkhfEbPmBeVo0etnW0="; 24 }; 25 26 build-system = [ ··· 37 meta = with lib; { 38 description = "Dissect module implementing a parser for the CLFS (Common Log File System) file system"; 39 homepage = "https://github.com/fox-it/dissect.clfs"; 40 - changelog = "https://github.com/fox-it/dissect.clfs/releases/tag/${version}"; 41 license = licenses.agpl3Only; 42 maintainers = with maintainers; [ fab ]; 43 };
··· 11 12 buildPythonPackage rec { 13 pname = "dissect-clfs"; 14 + version = "1.10"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.9"; ··· 20 owner = "fox-it"; 21 repo = "dissect.clfs"; 22 tag = version; 23 + hash = "sha256-rw2LuCgn/oUnvf2HNXv00pDaiLrqjC5L57a1k62U6zU="; 24 }; 25 26 build-system = [ ··· 37 meta = with lib; { 38 description = "Dissect module implementing a parser for the CLFS (Common Log File System) file system"; 39 homepage = "https://github.com/fox-it/dissect.clfs"; 40 + changelog = "https://github.com/fox-it/dissect.clfs/releases/tag/${src.tag}"; 41 license = licenses.agpl3Only; 42 maintainers = with maintainers; [ fab ]; 43 };