summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 17:26:52 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 17:26:52 -0700
commit7b6755d0031c5b779e89a5083d382c2570c29ca8 (patch)
tree24a131918746f84ac861512d0f8cb19645369248 /pkgs/shells/xonsh
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.tar
nixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.tar.gz
nixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.tar.bz2
nixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.tar.lz
nixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.tar.xz
nixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.tar.zst
nixpkgs-7b6755d0031c5b779e89a5083d382c2570c29ca8.zip
xonsh: 0.6.6 -> 0.6.7
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/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/.xonsh-wrapped passed the binary check.
- /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/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.7 with grep in /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7
- directory tree listing: https://gist.github.com/1d8694bad62c300714d6658deedc7ec0
- du listing: https://gist.github.com/2d8baff97fce82b5ba4ded4746d954a0
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 0e4d23ffd5c..20f39f40a24 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.6";
+  version = "0.6.7";
 
   src = fetchFromGitHub {
     owner = "scopatz";
     repo = "xonsh";
     rev = version;
-    sha256= "09w7656qhqv3al52cl5lgzawvkbkpwjfnxyg0vyx0gbjs1hwiqjj";
+    sha256= "0vxdfq1wpajfypdl5lhvib50mk742dk8y375zf3h057hjb0khhgw";
   };
 
   LC_ALL = "en_US.UTF-8";