python311Packages.comm: 0.2.1 -> 0.2.2

Diff: https://github.com/ipython/comm/compare/refs/tags/v0.2.1...v0.2.2
This commit is contained in:
natsukium 2024-03-21 22:03:56 +09:00
parent 9d621372fc
commit 7e0c9fa4ee
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
let
pname = "comm";
version = "0.2.1";
version = "0.2.2";
in
buildPythonPackage {
inherit pname version;
@ -18,7 +18,7 @@ buildPythonPackage {
owner = "ipython";
repo = "comm";
rev = "refs/tags/v${version}";
hash = "sha256-iyO3q9E2lYU1rMYTnsa+ZJYh+Hq72LEvE9ynebFIBUk=";
hash = "sha256-51HSSULhbKb1NdLJ//b3Vh6sOLWp0B4KW469htpduqM=";
};
nativeBuildInputs = [