xeus: 3.0.5 -> 3.1.1

This commit is contained in:
R. Ryantm 2023-06-10 03:18:09 +00:00
parent e3f7ddd455
commit ddb77e5ac4

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xeus"; pname = "xeus";
version = "3.0.5"; version = "3.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jupyter-xeus"; owner = "jupyter-xeus";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-LeU4PJ1UKfGqkRKq0/Mn9gjwNmXCy0/2SbjWJrjlOyU="; sha256 = "sha256-jZZe8SegQuFLoH2Qp+etoKELGEWdlYQPXj14DNIMJ/0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [