Skip to content

Commit

Permalink
python312Packages.pycrdt: 0.10.4 -> 0.10.6 (#351269)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 26, 2024
2 parents ffe3ad2 + 528a3cd commit c30de30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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 @@ -23,14 +23,14 @@

buildPythonPackage rec {
pname = "pycrdt";
version = "0.10.4";
version = "0.10.6";
pyproject = true;

src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pycrdt";
rev = "refs/tags/${version}";
hash = "sha256-nKjXEXvEIGtwbSoabz7UBsx4nfsCgUXm+JdSL5Z/b38=";
hash = "sha256-TKSBTpOvAr1/HBn3HnwNdEwM1hgbvPdice8bcVhVmH0=";
};

postPatch = ''
Expand Down

0 comments on commit c30de30

Please sign in to comment.