File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/development/python-modules/typecode Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88} :
99buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments