lol

xeus: 3.1.5 -> 3.2.0

+2 -2
+2 -2
pkgs/development/libraries/xeus/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "xeus"; 13 - version = "3.1.5"; 13 + version = "3.2.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "jupyter-xeus"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-Fh1MSA3pRWgCT5V01gawjtto2fv+04vIV+4+OGhaxJA="; 19 + sha256 = "sha256-D/dJ0SHxTHJw63gHD6FRZS7O2TVZ0voIv2mQASEjLA8="; 20 20 }; 21 21 22 22 nativeBuildInputs = [