Merge pull request #278882 from r-ryantm/auto-update/xeus-zmq

xeus-zmq: 1.1.1 -> 1.2.0
This commit is contained in:
Weijia Wang 2024-01-13 02:54:49 +01:00 committed by GitHub
commit c11dbcbc0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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