Unverified Commit 30b89959 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

python3Packages.xonsh: 0.22.7 -> 0.22.8 (#501850)

parents 6f6d73c0 b26f7518
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "xonsh";
  version = "0.22.7";
  version = "0.22.8";
  pyproject = true;

  # PyPI package ships incomplete tests
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "xonsh";
    repo = "xonsh";
    tag = version;
    hash = "sha256-2Gvd7jOKhouorE8wH4FaWlaw8y1h4uf/Z+sYWO96Vps=";
    hash = "sha256-NOQs21Ahp2oMx1Lw1ekvb2aqUWwIXw1WyC9ZE5V9wJI=";
  };

  build-system = [