xeus: 3.1.4 -> 3.1.5

This commit is contained in:
R. Ryantm 2024-01-05 08:10:01 +00:00
parent 12f69cd485
commit 0a86b18d8b

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xeus";
version = "3.1.4";
version = "3.1.5";
src = fetchFromGitHub {
owner = "jupyter-xeus";
repo = pname;
rev = version;
sha256 = "sha256-1QaMACLqTWC74V7l2LHLUMN/s/N4kNrE7+Ny1wkbavs=";
sha256 = "sha256-Fh1MSA3pRWgCT5V01gawjtto2fv+04vIV+4+OGhaxJA=";
};
nativeBuildInputs = [