python3Packages.python-ctags3: 1.5.0 -> 1.6.0 (#438488)

authored by Nick Cao and committed by GitHub e5d3b7ac 4ff65d26

+2 -2
+2 -2
pkgs/development/python-modules/python-ctags3/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "python-ctags3"; 10 - version = "1.5.0"; 10 + version = "1.6.0"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "universal-ctags"; 15 15 repo = "python-ctags3"; 16 16 rev = version; 17 - hash = "sha256-XVsZckNVJ1H5q8FzqoVd1UWRw0zOygvRtb7arX9dwGE="; 17 + hash = "sha256-x+kyCB05VtOPlenkK5vOTjxXR24d436JpGvSd07PIbA="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cython ];