Commit a339539e authored by R. RyanTM's avatar R. RyanTM
Browse files

xeus: 3.1.1 -> 3.1.2

parent c182df2e
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.1";
  version = "3.1.2";

  src = fetchFromGitHub {
    owner = "jupyter-xeus";
    repo = pname;
    rev = version;
    sha256 = "sha256-jZZe8SegQuFLoH2Qp+etoKELGEWdlYQPXj14DNIMJ/0=";
    sha256 = "sha256-bSZ5ImgFztiNYGrn513LLm4OtO1hYGak3xAsBN224g8=";
  };

  nativeBuildInputs = [