Unverified Commit 0a4fc363 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

xeus: 3.1.2 -> 3.1.3
parents 92fbc3b4 41d11324
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [