Skip to content

Commit

Permalink
python312Packages.pycrdt: 0.9.11 -> 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 3, 2024
1 parent 32b2c9d commit 6d5e7f0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 43 deletions.
85 changes: 44 additions & 41 deletions pkgs/development/python-modules/pycrdt/Cargo.lock

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

11 changes: 9 additions & 2 deletions pkgs/development/python-modules/pycrdt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,34 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,

# buildInputs
libiconv,

# nativeBuildInputs
rustPlatform,

# tests
anyio,
objsize,
pydantic,
pytestCheckHook,
trio,
y-py,

nix-update-script,
}:

buildPythonPackage rec {
pname = "pycrdt";
version = "0.9.11";
version = "0.9.15";
pyproject = true;

src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pycrdt";
rev = "refs/tags/v${version}";
hash = "sha256-62r3AO+x9du6UjIdtqDPmwJ30/YmQxbPcCXgOaGNtL0=";
hash = "sha256-iaFpBD07l1WlC5FNzFxxF5gJS59yAyPmEn/NZg5U0AQ=";
};

postPatch = ''
Expand Down

0 comments on commit 6d5e7f0

Please sign in to comment.