Skip to content

Commit

Permalink
python310Packages.y-py: 0.6.0 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Oct 5, 2023
1 parent 10da050 commit f3dc2f3
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 f3dc2f3

Please sign in to comment.