Skip to content

Commit 297e738

Browse files
python312Packages.typecode-libmagic: 21.4.4 -> 21.5.31 (#389488)
2 parents f4a819d + e58e0bc commit 297e738

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/development/python-modules/typecode/libmagic.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
buildPythonPackage rec {
1010
pname = "typecode-libmagic";
11-
version = "21.4.4";
11+
version = "21.5.31";
1212

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

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

4040
meta = with lib; {
4141
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";
4343
license = licenses.asl20;
4444
maintainers = [ ];
4545
platforms = platforms.linux;

0 commit comments

Comments
 (0)