pylyzer: 0.0.74 -> 0.0.75 (#368013)

authored by Gaétan Lepage and committed by GitHub 0697226d a70c3d18

+4 -4
+4 -4
pkgs/by-name/py/pylyzer/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "pylyzer"; 17 - version = "0.0.74"; 17 + version = "0.0.75"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "mtshiba"; 21 21 repo = "pylyzer"; 22 22 tag = "v${version}"; 23 - hash = "sha256-NVCFwISPRTNgs4hn9ezp2Xb4r7xytziIByVSKyqt/lo="; 23 + hash = "sha256-N0a13nuHL6UuaSTowiEGu0VszW9QTqAmgsUOJXDhj8Q="; 24 24 }; 25 25 26 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-mNFRP6mT4mKKKg05nJcdd8qy6YFxWVADHIU9uGrEcng="; 27 + cargoHash = "sha256-LJaAcMajDLrpAKmYATN2xWKmoXaZzOyACzVe4vi4+vU="; 28 28 29 29 nativeBuildInputs = [ 30 30 git ··· 76 76 meta = { 77 77 description = "Fast static code analyzer & language server for Python"; 78 78 homepage = "https://github.com/mtshiba/pylyzer"; 79 - changelog = "https://github.com/mtshiba/pylyzer/releases/tag/${src.tag}"; 79 + changelog = "https://github.com/mtshiba/pylyzer/releases/tag/v${version}"; 80 80 license = lib.licenses.mit; 81 81 maintainers = with lib.maintainers; [ natsukium ]; 82 82 mainProgram = "pylyzer";