Skip to content

Commit

Permalink
pylyzer: 0.0.64 -> 0.0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 6, 2024
1 parent 7632ac7 commit 4821921
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 35 deletions.
57 changes: 24 additions & 33 deletions pkgs/by-name/py/pylyzer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/py/pylyzer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

rustPlatform.buildRustPackage rec {
pname = "pylyzer";
version = "0.0.64";
version = "0.0.65";

src = fetchFromGitHub {
owner = "mtshiba";
repo = "pylyzer";
rev = "refs/tags/v${version}";
hash = "sha256-ShH394FgmuDrArIvz+okVJKWffVVFhsuVWaWFquW2GU=";
hash = "sha256-pHFsrC5SefXEnxgIk/OkRdOOAuYZLhZYVYu41MYtxJs=";
};

cargoLock = {
Expand Down

0 comments on commit 4821921

Please sign in to comment.