Unverified Commit 297e7387 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents f4a819d9 e58e0bcb
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildPythonPackage rec {
  pname = "typecode-libmagic";
  version = "21.4.4";
  version = "21.5.31";

  src = fetchFromGitHub {
    owner = "nexB";
    owner = "aboutcode-org";
    repo = "scancode-plugins";
    rev = "v${version}";
    sha256 = "xnUGDMS34iMVMGo/nZwRarGzzbj3X4Rt+YHvvKpmy6A=";
    tag = "v${version}";
    hash = "sha256-nGgFjp1N1IM/Sm4xLJw5WiZncc369/LqNcwFJBS1EQs=";
  };

  sourceRoot = "${src.name}/builtins/typecode_libmagic-linux";
@@ -39,7 +39,7 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "ScanCode Toolkit plugin to provide pre-built binary libraries and utilities and their locations";
    homepage = "https://github.com/nexB/scancode-plugins/tree/main/builtins/typecode_libmagic-linux";
    homepage = "https://github.com/aboutcode-org/scancode-plugins/tree/main/builtins/typecode_libmagic-linux";
    license = licenses.asl20;
    maintainers = [ ];
    platforms = platforms.linux;