lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.typecode-libmagic: 21.4.4 -> 21.5.31 (#389488)

authored by

Sandro and committed by
GitHub
297e7387 f4a819d9

+5 -5
+5 -5
pkgs/development/python-modules/typecode/libmagic.nix
··· 8 8 }: 9 9 buildPythonPackage rec { 10 10 pname = "typecode-libmagic"; 11 - version = "21.4.4"; 11 + version = "21.5.31"; 12 12 13 13 src = fetchFromGitHub { 14 - owner = "nexB"; 14 + owner = "aboutcode-org"; 15 15 repo = "scancode-plugins"; 16 - rev = "v${version}"; 17 - sha256 = "xnUGDMS34iMVMGo/nZwRarGzzbj3X4Rt+YHvvKpmy6A="; 16 + tag = "v${version}"; 17 + hash = "sha256-nGgFjp1N1IM/Sm4xLJw5WiZncc369/LqNcwFJBS1EQs="; 18 18 }; 19 19 20 20 sourceRoot = "${src.name}/builtins/typecode_libmagic-linux"; ··· 39 39 40 40 meta = with lib; { 41 41 description = "ScanCode Toolkit plugin to provide pre-built binary libraries and utilities and their locations"; 42 - homepage = "https://github.com/nexB/scancode-plugins/tree/main/builtins/typecode_libmagic-linux"; 42 + homepage = "https://github.com/aboutcode-org/scancode-plugins/tree/main/builtins/typecode_libmagic-linux"; 43 43 license = licenses.asl20; 44 44 maintainers = [ ]; 45 45 platforms = platforms.linux;