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

xeus: 3.1.1 -> 3.1.2
This commit is contained in:
Nick Cao
2023-09-30 10:08:58 -04:00
committed by GitHub
+2 -2
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 = [