summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorArtemis Tosini <me@artem.ist>2019-07-31 23:08:31 +0000
committerArtemis Tosini <me@artem.ist>2019-07-31 23:08:31 +0000
commit5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14 (patch)
treed774c6662636fd19f6f6bd2e968edbd858f89c6c /pkgs/shells/xonsh
parent06183c2a27e4374eb5f1a7a7abbb1bd96a63e156 (diff)
downloadnixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.tar
nixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.tar.gz
nixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.tar.bz2
nixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.tar.lz
nixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.tar.xz
nixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.tar.zst
nixpkgs-5f44f311ded2c8ef2a8ef4f9a2ff5565e6de8f14.zip
xonsh: 0.9.8 → 0.9.9
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 b896b8b088e..2c43bb420eb 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "xonsh";
-  version = "0.9.8";
+  version = "0.9.9";
 
   # fetch from github because the pypi package ships incomplete tests
   src = fetchFromGitHub {
     owner  = "xonsh";
     repo   = "xonsh";
     rev    = "refs/tags/${version}";
-    sha256 = "0lnvx1kdk1nwv988wrxyvbzb25xawz517amvi4pwzs22bymcdhws";
+    sha256 = "0c6ywzn72clcclawgf1khwaaj3snn49fmajz8qfhc5mpbnvdp7q0";
   };
 
   LC_ALL = "en_US.UTF-8";