Skip to content

Commit

Permalink
pylyzer: 0.0.67 -> 0.0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 20, 2024
1 parent a0fa667 commit 82af287
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 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.67";
version = "0.0.68";

src = fetchFromGitHub {
owner = "mtshiba";
repo = "pylyzer";
rev = "refs/tags/v${version}";
hash = "sha256-UMNyztdcFr88wOpRMBtLigGJcxR+0uScN+8i0+WfeYU=";
hash = "sha256-xeQDyj18L9jCftne9S79kWjrW0K7Nkx86Cy2aFqePfA=";
};

cargoLock = {
Expand Down

0 comments on commit 82af287

Please sign in to comment.