Skip to content

Commit b9ffd1f

Browse files
authored
pylyzer: 0.0.65 -> 0.0.66 (#348833)
2 parents 13bf1d6 + 1cce98b commit b9ffd1f

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

pkgs/by-name/py/pylyzer/Cargo.lock

Lines changed: 30 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "pylyzer";
18-
version = "0.0.65";
18+
version = "0.0.66";
1919

2020
src = fetchFromGitHub {
2121
owner = "mtshiba";
2222
repo = "pylyzer";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-pHFsrC5SefXEnxgIk/OkRdOOAuYZLhZYVYu41MYtxJs=";
24+
hash = "sha256-vDeQ7IuECykBtcu4qvKKhcr/3vCXjN1JyL3/D4kwnng=";
2525
};
2626

2727
cargoLock = {

0 commit comments

Comments
 (0)