Skip to content

Commit

Permalink
python312Packages.pycrdt: 0.10.3 -> 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 21, 2024
1 parent 1bdef91 commit 9739aff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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.

6 changes: 3 additions & 3 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.3";
version = "0.10.4";
pyproject = true;

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

postPatch = ''
Expand Down

0 comments on commit 9739aff

Please sign in to comment.