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

xeus: 3.1.2 -> 3.1.3
This commit is contained in:
Nick Cao 2023-10-24 13:45:27 -04:00 committed by GitHub
commit 0a4fc36330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xeus";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "jupyter-xeus";
repo = pname;
rev = version;
sha256 = "sha256-bSZ5ImgFztiNYGrn513LLm4OtO1hYGak3xAsBN224g8=";
sha256 = "sha256-kGIVcsgLG6weNfBwgEVTMa8NA9MXSztzi9ML5/gDqAQ=";
};
nativeBuildInputs = [