shell-genie: 0.2.8 -> 0.2.10
This commit is contained in:
parent
a85a2b4590
commit
597b9c0682
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ with python3.pkgs;
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "shell-genie";
|
pname = "shell-genie";
|
||||||
version = "0.2.8";
|
version = "0.2.10";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "shell_genie";
|
pname = "shell_genie";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-6miqTjiGLK7r6evfchwuAXTHj+JwoH/CqgRoa5+jDJI=";
|
hash = "sha256-z7LiAq2jLzqjg4Q/r9o7M6VbedeT34NyPpgctfqBp+8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue