Skip to content

Commit 243fb1f

Browse files
committedMar 21, 2025
xonsh: 0.19.2 -> 0.19.3
1 parent a84ebe2 commit 243fb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
buildPythonPackage rec {
3030
pname = "xonsh";
31-
version = "0.19.2";
31+
version = "0.19.3";
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-h5WK/7PZQKHajiaj3BTHLeW4TYhSB/IV0eRZPCSD6qg=";
39+
hash = "sha256-2ZxNVyONA9eFyasMK+49T98zl67/95BNfDp/gINPc1U=";
4040
};
4141

4242
build-system = [

0 commit comments

Comments
 (0)
Failed to load comments.