Skip to content

Commit 360e0a6

Browse files
python312Packages.xonsh: 0.19.3 -> 0.19.4 (#393527)
Co-authored-by: SamLukeYes <[email protected]>
2 parents f5b2c49 + 9582f3d commit 360e0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xo/xonsh/unwrapped.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
buildPythonPackage rec {
3030
pname = "xonsh";
31-
version = "0.19.3";
31+
version = "0.19.4";
3232
pyproject = true;
3333

3434
# PyPI package ships incomplete tests
3535
src = fetchFromGitHub {
3636
owner = "xonsh";
3737
repo = "xonsh";
3838
tag = version;
39-
hash = "sha256-2ZxNVyONA9eFyasMK+49T98zl67/95BNfDp/gINPc1U=";
39+
hash = "sha256-gOk0BZNuKsEzs72Lukq7+7vltmtPE75gEs+JyLqBDdc=";
4040
};
4141

4242
build-system = [

0 commit comments

Comments
 (0)