xonsh: 0.14.4 -> 0.15.1

This commit is contained in:
SamLukeYes 2024-03-09 10:24:17 +08:00
parent b6403710df
commit 4747d9fddc
No known key found for this signature in database
GPG key ID: 5574FF7A0C9AC292

View file

@ -9,7 +9,7 @@
let
pname = "xonsh";
version = "0.14.4";
version = "0.15.1";
in
python3.pkgs.buildPythonApplication {
inherit pname version;
@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication {
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
hash = "sha256-7qOEc4RSdOO059LietKnrxY7cy9MfgmfJjdqZZ5ENLU=";
hash = "sha256-mHOCkUGiSSPmkIQ4tgRZIaCTLgnx39SMwug5EIx/jrU=";
};
nativeBuildInputs = with python3.pkgs; [