python3Packages.pytaglib: update taglib (#384003)

authored by Cosima Neidahl and committed by GitHub 8a5f8740 9024410f

+2 -2
+2 -2
pkgs/development/python-modules/pytaglib/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - taglib_1, 6 cython, 7 pytestCheckHook, 8 pythonOlder, ··· 24 25 buildInputs = [ 26 cython 27 - taglib_1 28 ]; 29 30 nativeCheckInputs = [ pytestCheckHook ];
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 + taglib, 6 cython, 7 pytestCheckHook, 8 pythonOlder, ··· 24 25 buildInputs = [ 26 cython 27 + taglib 28 ]; 29 30 nativeCheckInputs = [ pytestCheckHook ];