Unverified Commit 574596d0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

xeus: 5.2.2 -> 5.2.3 (#414080)

parents 23587b63 350bd058
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xeus";
  version = "5.2.2";
  version = "5.2.3";

  src = fetchFromGitHub {
    owner = "jupyter-xeus";
    repo = "xeus";
    tag = finalAttrs.version;
    hash = "sha256-nR247SGnc3TSj6PCrJmY6ccACvYKeSYFMgoawyYLBNs=";
    hash = "sha256-7hT2Ellgut25R3R28nRKd6/kKmfQf9NCoJ2BV9ZGt8I=";
  };

  nativeBuildInputs = [