summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-10 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-04-10 04:20:00 -0500
commite4e6a842eee6150484ccab81ec8b947135307f55 (patch)
tree018a0ffe50d7bdb1e5746f76f53d42c66732975c
parent87d321776199bdeb1febfffebac3d496644bd5db (diff)
downloadnixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.tar
nixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.tar.gz
nixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.tar.bz2
nixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.tar.lz
nixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.tar.xz
nixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.tar.zst
nixpkgs-e4e6a842eee6150484ccab81ec8b947135307f55.zip
xonsh: 0.9.16 -> 0.9.17
Changelog: https://github.com/xonsh/xonsh/releases/tag/0.9.17
-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 2ae4abcb8ea..dc0a45c3e52 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -8,14 +8,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "xonsh";
-  version = "0.9.16";
+  version = "0.9.17";
 
   # fetch from github because the pypi package ships incomplete tests
   src = fetchFromGitHub {
     owner  = "xonsh";
     repo   = "xonsh";
     rev    = version;
-    sha256 = "12k6flj9lzmriy7xhhsi2cgdk75p9mhvhdndwbn50mh2ff4wbkyj";
+    sha256 = "0ynfnphbp69am390m5zfzk5rzj1749vs7rzyq310f6mk7xdq6j4v";
   };
 
   LC_ALL = "en_US.UTF-8";