Merge pull request #311538 from r-ryantm/auto-update/python311Packages.jupyter-collaboration

python311Packages.jupyter-collaboration: 2.1.0 -> 2.1.1
This commit is contained in:
Nick Cao 2024-05-14 10:20:58 -04:00 committed by GitHub
commit 66dbe204a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''