xeus-zmq: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-02-13 12:32:17 +00:00
parent 4e53560e89
commit 7968bfcf30

View file

@ -13,13 +13,13 @@
clangStdenv.mkDerivation rec {
pname = "xeus-zmq";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "jupyter-xeus";
repo = "xeus-zmq";
rev = "${version}";
hash = "sha256-xavomnqQh5aMrBEyeuwoxrTjsw8wRof3+qxKOsrXqiQ=";
hash = "sha256-CrFb0LDb6akCfFnwMSa4H3D3A8KJx9Kiejw6VeV3IDs=";
};
nativeBuildInputs = [ cmake ];