From 0f9b024d855e75aa4d951e4df373651659780b8d Mon Sep 17 00:00:00 2001 From: SamLukeYes Date: Wed, 21 Aug 2024 00:34:55 +0800 Subject: [PATCH] xonsh: 0.18.2 -> 0.18.3 https://github.com/xonsh/xonsh/releases/tag/0.18.3 --- pkgs/by-name/xo/xonsh/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/xo/xonsh/unwrapped.nix b/pkgs/by-name/xo/xonsh/unwrapped.nix index 4b9f6c6e3cfc..90afc4ddbcbd 100644 --- a/pkgs/by-name/xo/xonsh/unwrapped.nix +++ b/pkgs/by-name/xo/xonsh/unwrapped.nix @@ -12,7 +12,7 @@ let argset = { pname = "xonsh"; - version = "0.18.2"; + version = "0.18.3"; pyproject = true; # PyPI package ships incomplete tests @@ -20,7 +20,7 @@ let owner = "xonsh"; repo = "xonsh"; rev = "refs/tags/${argset.version}"; - hash = "sha256-iTdUu2yGixWwDJICDLfzRcwgGe+xlq2CvxUeSbmDiUU="; + hash = "sha256-MJTsYnuFENHLDDMIWcs0IRcBmWs4XyfDWDG7AY2P6cM="; }; nativeBuildInputs = with pythonPackages; [