Merge pull request #71221 from NixOS/staging-next

Staging next
This commit is contained in:
Frederik Rietdijk
2019-10-22 09:15:19 +02:00
committed by GitHub
91 changed files with 727 additions and 519 deletions
+2 -2
View File
@@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.9.10";
version = "0.9.11";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
sha256 = "0dil7vannl8sblzz528503ich8m8g0ld0p496bgw6jjh0pzkdskc";
sha256 = "0kvq1hlmlb8k9z6z385924fcqq3sf36pmi3aqczlb90m37rwzb6d";
};
LC_ALL = "en_US.UTF-8";