summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-10-28 23:53:58 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-10-28 23:53:58 +0100
commit69653b4889e68eb22fdaba7c09eeb45a7a664478 (patch)
treebd63835f1f3d178020f3396c9f9e29eacb2783be /pkgs/shells/xonsh
parentd674b9ef3cec8a2ee2f23727863224fd5a47ad8d (diff)
downloadnixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.tar
nixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.tar.gz
nixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.tar.bz2
nixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.tar.lz
nixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.tar.xz
nixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.tar.zst
nixpkgs-69653b4889e68eb22fdaba7c09eeb45a7a664478.zip
xonsh: 0.9.11 -> 0.9.13
https://github.com/xonsh/xonsh/releases/tag/0.9.12
https://github.com/xonsh/xonsh/releases/tag/0.9.13
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 7a2cba4b2c8..58dd629929f 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.11";
+  version = "0.9.13";
 
   # fetch from github because the pypi package ships incomplete tests
   src = fetchFromGitHub {
     owner  = "xonsh";
     repo   = "xonsh";
     rev    = "refs/tags/${version}";
-    sha256 = "0kvq1hlmlb8k9z6z385924fcqq3sf36pmi3aqczlb90m37rwzb6d";
+    sha256 = "0nk6rjdkbxli510iwqspvray48kdxvbdmq1k8nxn14kqfpqzlbcv";
   };
 
   LC_ALL = "en_US.UTF-8";