summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-07 21:47:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-07 21:47:14 -0700
commitd204c4aee8945394c49a8b114b76ff3e1589293b (patch)
tree3bc260f1b483960845cb61702f316e676802e0e2 /pkgs/shells/xonsh
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
downloadnixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.tar
nixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.tar.gz
nixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.tar.bz2
nixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.tar.lz
nixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.tar.xz
nixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.tar.zst
nixpkgs-d204c4aee8945394c49a8b114b76ff3e1589293b.zip
xonsh: 0.6.4 -> 0.6.6
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/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/.xonsh-wrapped passed the binary check.
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/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.6 with grep in /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6
- directory tree listing: https://gist.github.com/dba795a63cf24871f010baf56dba68d0
- du listing: https://gist.github.com/afde349bcf27d995e595d895941de9de
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 93add8a6913..0e4d23ffd5c 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.4";
+  version = "0.6.6";
 
   src = fetchFromGitHub {
     owner = "scopatz";
     repo = "xonsh";
     rev = version;
-    sha256= "16nfvfa9cklm5qb2lrr12z7k4wjb6pbb0y0ma15riqcda56ygmj7";
+    sha256= "09w7656qhqv3al52cl5lgzawvkbkpwjfnxyg0vyx0gbjs1hwiqjj";
   };
 
   LC_ALL = "en_US.UTF-8";