1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

xonsh: 0.13.0 -> 0.13.1

https://github.com/xonsh/xonsh/releases/tag/0.13.1
This commit is contained in:
Mario Rodas 2022-08-12 04:20:00 +00:00
parent 73ab7efba0
commit c6c3d99535

View file

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.13.0";
version = "0.13.1";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = version;
sha256 = "sha256-8X/+mQrwJ0yaUHRKdoY3G0P8kq22hYfRK+7WRl/zamc=";
sha256 = "sha256-Q9FJXccpTW3nPUOCf5UD8ZWJW25QX8PNHHpsVYjesYE=";
};
LC_ALL = "en_US.UTF-8";