xeus: 5.2.2 -> 5.2.3

This commit is contained in:
R. Ryantm 2025-06-04 21:46:42 +00:00
parent 2beb0d286d
commit 350bd058bb

View File

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