xeus: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2023-09-30 00:47:59 +00:00
parent c182df2e68
commit a339539e23

View file

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