Commit 597b9c06 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

shell-genie: 0.2.8 -> 0.2.10

parent a85a2b45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [