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 4d60723 + 8616590 commit b36e349Copy full SHA for b36e349
pkgs/by-name/xo/xonsh/unwrapped.nix
@@ -12,15 +12,15 @@ let
12
13
argset = {
14
pname = "xonsh";
15
- version = "0.18.4";
+ version = "0.19.0";
16
pyproject = true;
17
18
# PyPI package ships incomplete tests
19
src = fetchFromGitHub {
20
owner = "xonsh";
21
repo = "xonsh";
22
rev = "refs/tags/${argset.version}";
23
- hash = "sha256-L5UwmwwM42E3l+sIBwXgMf/q5r22cUoRbE2cqM09bZA=";
+ hash = "sha256-rt402MKnhjC/AYz9Rm6B5RkivcVxveVW2rM/nT/xcNo=";
24
};
25
26
nativeBuildInputs = with pythonPackages; [
0 commit comments