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

xeus: 3.0.5 -> 3.1.1
This commit is contained in:
figsoda
2023-06-10 12:00:14 -04:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xeus";
version = "3.0.5";
version = "3.1.1";
src = fetchFromGitHub {
owner = "jupyter-xeus";
repo = pname;
rev = version;
sha256 = "sha256-LeU4PJ1UKfGqkRKq0/Mn9gjwNmXCy0/2SbjWJrjlOyU=";
sha256 = "sha256-jZZe8SegQuFLoH2Qp+etoKELGEWdlYQPXj14DNIMJ/0=";
};
nativeBuildInputs = [