summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-05 05:56:33 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-07-05 14:56:33 +0200
commite07ea4f38365c8c6a5b74f2069a5a7abf89082c2 (patch)
tree2cd51ecbab2225ed6cf5edb012b410106859b95a /pkgs/shells/xonsh
parent0a218b959e19f95d94bf536a306428ddfdfcb4ba (diff)
downloadnixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.tar
nixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.tar.gz
nixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.tar.bz2
nixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.tar.lz
nixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.tar.xz
nixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.tar.zst
nixpkgs-e07ea4f38365c8c6a5b74f2069a5a7abf89082c2.zip
xonsh: 0.6.7 -> 0.6.8 (#42930)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xonsh/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/.xonsh-wrapped passed the binary check.
- /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.8 with grep in /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8
- directory tree listing: https://gist.github.com/e53ad25422aa303572f4452029cb65b3
- du listing: https://gist.github.com/0c29b7c27c01e8d34986163ba00f1615
Diffstat (limited to 'pkgs/shells/xonsh')
-rw-r--r--pkgs/shells/xonsh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index 20f39f40a24..6522985ab86 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   name = "xonsh-${version}";
-  version = "0.6.7";
+  version = "0.6.8";
 
   src = fetchFromGitHub {
     owner = "scopatz";
     repo = "xonsh";
     rev = version;
-    sha256= "0vxdfq1wpajfypdl5lhvib50mk742dk8y375zf3h057hjb0khhgw";
+    sha256= "1a74xpww7k432b2z44388rl31nqvckn2q3fswci04f48698hzs5l";
   };
 
   LC_ALL = "en_US.UTF-8";