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

xeus: 3.1.4 -> 3.1.5
This commit is contained in:
Nick Cao 2024-01-05 14:34:17 -05:00 committed by GitHub
commit 22dbc5b044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [