Skip to content

Commit

Permalink
Merge pull request NixOS#102377 from marsam/update-xonsh
Browse files Browse the repository at this point in the history
xonsh: 0.9.23 -> 0.9.24
  • Loading branch information
marsam committed Nov 1, 2020
2 parents e5d23d1 + 600d0c9 commit b22433a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/xonsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.9.23";
version = "0.9.24";

# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = version;
sha256 = "1by13ryq9ldc9wln3fk5mm6zvjp4aim57ikw49v0dfmz8irnpglp";
sha256 = "1nk7kbiv7jzmr6narsnr0nyzkhlc7xw3b2bksyq2j6nda67b9b3y";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit b22433a

Please sign in to comment.