Unverified Commit a8be8539 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232735 from fabaff/shell-genie-bump

shell-genie: 0.2.8 -> 0.2.10
parents 00a33b21 597b9c06
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 = [