python310Packages.jupyter-collaboration: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm
2023-09-01 02:53:53 +00:00
parent c236073d10
commit 41bf5f4743
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "1.0.1";
version = "1.1.0";
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-cf7BpF6WSoHQJQW0IXdpCAGTdkX9RNWZ4JovTHvcPho=";
hash = "sha256-3OxduJ93TmbS/fKSKmVXs5vj2IZMX5MqKPTeGklFCbM=";
};
postPatch = ''