Skip to content

Commit e0cb1ce

Browse files
authored
pylyzer: 0.0.75 -> 0.0.76 (#369065)
2 parents 292976d + 11bbeb4 commit e0cb1ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/py/pylyzer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "pylyzer";
17-
version = "0.0.75";
17+
version = "0.0.76";
1818

1919
src = fetchFromGitHub {
2020
owner = "mtshiba";
2121
repo = "pylyzer";
2222
tag = "v${version}";
23-
hash = "sha256-N0a13nuHL6UuaSTowiEGu0VszW9QTqAmgsUOJXDhj8Q=";
23+
hash = "sha256-1WBZ8i/JIIRRH11MNQma/o9VdMvN0eYopXt7Iwj1hZ8=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-LJaAcMajDLrpAKmYATN2xWKmoXaZzOyACzVe4vi4+vU=";
27+
cargoHash = "sha256-dzp7HeEfM6UP3VgH56CQvnezZjg13YUszA+EsO2N4Os=";
2828

2929
nativeBuildInputs = [
3030
git

0 commit comments

Comments
 (0)