summary refs log tree commit diff
diff options
context:
space:
mode:
authorGreg Hellings <greg.hellings@gmail.com>2023-06-13 11:59:05 -0500
committerGreg Hellings <greg.hellings@gmail.com>2023-06-13 11:59:05 -0500
commitb206f4db2cfcef26d135217275f1677c0c95b449 (patch)
treedcda1c3441163ed153bd8e0cc08414c96642f708
parenta7cfdb5f1e061dbb89ec8211a7f2d3bd2f2444b7 (diff)
downloadnixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.tar
nixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.tar.gz
nixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.tar.bz2
nixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.tar.lz
nixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.tar.xz
nixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.tar.zst
nixpkgs-b206f4db2cfcef26d135217275f1677c0c95b449.zip
xonsh: 0.13.4 -> 0.14.0
-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 76cda675fb8..d8dce917120 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -8,14 +8,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "xonsh";
-  version = "0.13.4";
+  version = "0.14.0";
 
   # fetch from github because the pypi package ships incomplete tests
   src = fetchFromGitHub {
     owner = "xonsh";
     repo = "xonsh";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-/u8jA7sLy3N8483uIzqBeSxEAGhX7+XS4D14n+15JHU=";
+    sha256 = "sha256-ZrPKKa/vl06QAjGr16ZzKF/DAByFHr6ze2WVOCa+wf8=";
   };
 
   LC_ALL = "en_US.UTF-8";