python312Packages.jupyter-ydoc: 3.0.3 -> 3.0.4 (#400048)

This commit is contained in:
Gaétan Lepage
2025-04-19 23:23:31 +02:00
committed by GitHub
@@ -1,7 +1,7 @@
{
lib,
buildPythonPackage,
fetchPypi,
fetchFromGitHub,
# build-system
hatch-nodejs-version,
@@ -18,13 +18,14 @@
buildPythonPackage rec {
pname = "jupyter-ydoc";
version = "3.0.3";
version = "3.0.4";
pyproject = true;
src = fetchPypi {
pname = "jupyter_ydoc";
inherit version;
hash = "sha256-ZvPTepoCqXEbUIpVdLCsSJqkDyFgMK8p/dgshiouteo=";
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "jupyter_ydoc";
tag = "v${version}";
hash = "sha256-dD4ZLT5yKGdvWnsPd3nAKmi6Ca+MK5f/ufyNfbGMmoM=";
};
build-system = [