We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5b2c49 + 9582f3d commit 360e0a6Copy full SHA for 360e0a6
pkgs/by-name/xo/xonsh/unwrapped.nix
@@ -28,15 +28,15 @@
28
29
buildPythonPackage rec {
30
pname = "xonsh";
31
- version = "0.19.3";
+ version = "0.19.4";
32
pyproject = true;
33
34
# PyPI package ships incomplete tests
35
src = fetchFromGitHub {
36
owner = "xonsh";
37
repo = "xonsh";
38
tag = version;
39
- hash = "sha256-2ZxNVyONA9eFyasMK+49T98zl67/95BNfDp/gINPc1U=";
+ hash = "sha256-gOk0BZNuKsEzs72Lukq7+7vltmtPE75gEs+JyLqBDdc=";
40
};
41
42
build-system = [
0 commit comments