python310Packages.bash-kernel: 0.9.1 -> 0.9.3

This commit is contained in:
R. Ryantm 2023-12-07 07:19:11 +00:00
parent 4c37153a2c
commit 9fff0953af

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "bash-kernel";
version = "0.9.1";
version = "0.9.3";
pyproject = true;
src = fetchPypi {
pname = "bash_kernel";
inherit version;
hash = "sha256-AYPVPjYP+baEcQUqmiiagWIXMlFrA04njpcgtdFaFis=";
hash = "sha256-n3oDgRyn2csfv/gIIjfPBFC5cYIlL9C4BYeha2XmbVg=";
};
patches = [