Skip to content

Commit b36e349

Browse files
python312Packages.xonsh: 0.18.4 -> 0.19.0 (NixOS#363608)
2 parents 4d60723 + 8616590 commit b36e349

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
@@ -12,15 +12,15 @@ let
1212

1313
argset = {
1414
pname = "xonsh";
15-
version = "0.18.4";
15+
version = "0.19.0";
1616
pyproject = true;
1717

1818
# PyPI package ships incomplete tests
1919
src = fetchFromGitHub {
2020
owner = "xonsh";
2121
repo = "xonsh";
2222
rev = "refs/tags/${argset.version}";
23-
hash = "sha256-L5UwmwwM42E3l+sIBwXgMf/q5r22cUoRbE2cqM09bZA=";
23+
hash = "sha256-rt402MKnhjC/AYz9Rm6B5RkivcVxveVW2rM/nT/xcNo=";
2424
};
2525

2626
nativeBuildInputs = with pythonPackages; [

0 commit comments

Comments
 (0)