python3Packages.comm: 0.1.3 -> 0.1.4

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:25 +02:00
parent ae63bf7044
commit 8a340413fd
@@ -8,7 +8,7 @@
let
pname = "comm";
version = "0.1.3";
version = "0.1.4";
in
buildPythonPackage {
inherit pname version;
@@ -18,7 +18,7 @@ buildPythonPackage {
owner = "ipython";
repo = "comm";
rev = "refs/tags/v${version}";
hash = "sha256-5IUE2g00GT231hjuM7mLPst0QTk2Y+Re302FRDq65C8=";
hash = "sha256-6GvAyiTm+zQ5sSynuJhAg50PaMTY9EFqVVsD3K2wTkY=";
};
nativeBuildInputs = [