python312Packages.dissect-clfs: 1.9 -> 1.10

R. Ryantm bd85c19d 56f4e06f

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