shell-genie: 0.2.8 -> 0.2.10

This commit is contained in:
Fabian Affolter 2023-05-19 04:38:34 +02:00
parent a85a2b4590
commit 597b9c0682

View File

@ -7,13 +7,13 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "shell-genie";
version = "0.2.8";
version = "0.2.10";
format = "pyproject";
src = fetchPypi {
pname = "shell_genie";
inherit version;
hash = "sha256-6miqTjiGLK7r6evfchwuAXTHj+JwoH/CqgRoa5+jDJI=";
hash = "sha256-z7LiAq2jLzqjg4Q/r9o7M6VbedeT34NyPpgctfqBp+8=";
};
nativeBuildInputs = [