Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e5d23d1d2edf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b22433a306ed
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 16, 2020

  1. Copy the full SHA
    600d0c9 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #102377 from marsam/update-xonsh

    xonsh: 0.9.23 -> 0.9.24
    marsam authored Nov 1, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    b22433a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/shells/xonsh/default.nix
4 changes: 2 additions & 2 deletions pkgs/shells/xonsh/default.nix
Original file line number Diff line number Diff line change
@@ -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";