xeus: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2023-10-24 02:09:59 +00:00
parent 6c5458cf32
commit 41d1132430

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 = [