Skip to content

Commit

Permalink
Merge pull request NixOS#259206 from dotlambda/y-py-0.6.2
Browse files Browse the repository at this point in the history
python310Packages.y-py: 0.6.0 -> 0.6.2
  • Loading branch information
NickCao authored Oct 5, 2023
2 parents 3531a07 + f3dc2f3 commit 1ccab25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/y-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

buildPythonPackage rec {
pname = "y-py";
version = "0.6.0";
version = "0.6.2";
format = "pyproject";

src = fetchPypi {
pname = "y_py";
inherit version;
hash = "sha256-RoNhaffcKVffhRPP5LwgCRdbOkc+Ywr0IajnXuHEj5g=";
hash = "sha256-R1eoKlBAags6MzqgEiAZozG9bxbkn+1n3KQj+Siz/U0=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-tpUDGBIHqXsKPsK+1h2sNuiV2I0pGVBokKh+hdFazRQ=";
hash = "sha256-RXwrDSPU0wiprsUJwoDzti14H/+bSwy4hK4tYhNVfYw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1ccab25

Please sign in to comment.