Skip to content

Commit

Permalink
python312Packages.pycrdt: 0.10.9 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 3, 2025
1 parent 01463b1 commit d733c9c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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.

4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pycrdt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "pycrdt";
version = "0.10.9";
version = "0.11.1";
pyproject = true;

src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pycrdt";
tag = version;
hash = "sha256-G0hmjSm1AP7CbnhT56Pxb/vVOQVGxSS4W4/CMGAeP7c=";
hash = "sha256-1mJDRLVlQ1MdI2/OsjUu5Xl+oCD3IiSmp4vFLG97zBc=";
};

postPatch = ''
Expand Down

0 comments on commit d733c9c

Please sign in to comment.