summary refs log tree commit diff
path: root/pkgs/shells/xonsh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-13 05:41:00 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-13 05:41:00 -0700
commitb324116100aa8d8c406f2c423ea0e0d9569d1d94 (patch)
tree543a4ea6cb098764fb05519d5b09faf7ce37221e /pkgs/shells/xonsh
parenta80982b4c9e5dc9a34973638d62b0c748bef4eec (diff)
downloadnixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.tar
nixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.tar.gz
nixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.tar.bz2
nixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.tar.lz
nixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.tar.xz
nixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.tar.zst
nixpkgs-b324116100aa8d8c406f2c423ea0e0d9569d1d94.zip
xonsh: 0.8.12 -> 0.9.0
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
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 3d55dcc2f9b..c7609a5f124 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "xonsh";
-  version = "0.8.12";
+  version = "0.9.0";
 
   # fetch from github because the pypi package ships incomplete tests
   src = fetchFromGitHub {
     owner  = "scopatz";
     repo   = "xonsh";
     rev    = "refs/tags/${version}";
-    sha256 = "1p8slx8nk15vyyzwc9ic50py0amk9p9nggp1973wfas0fxsg1r4f";
+    sha256 = "1833xqw5y65cv3c71skqix1xh3qqgv1kps1500cczpyrc8daka23";
   };
 
   LC_ALL = "en_US.UTF-8";