python311Packages.jupyter-collaboration: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2024-05-14 02:29:21 +00:00
parent 80bfa2e774
commit 8161b0a31d
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-rqZT4ag7W/YtbD909MfknboDzHa2Z6OOHhN/cdww4gw=";
hash = "sha256-T1DCXG2BEmwW3q+S0r14o5svy4ZpDc5pa0AGt0DXHB8=";
};
postPatch = ''