Unverified Commit 7d84e15e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

guake: 3.10 -> 3.10.1 (#454290)

parents 6c0b6c70 4d18bc33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

python311Packages.buildPythonApplication rec {
  pname = "guake";
  version = "3.10";
  version = "3.10.1";

  pyproject = false;

@@ -27,7 +27,7 @@ python311Packages.buildPythonApplication rec {
    owner = "Guake";
    repo = "guake";
    tag = version;
    hash = "sha256-e6Bf4HDftHBxFPcw9z02CqgZhSIvt6wlLF6dnIh9fEc=";
    hash = "sha256-TTDVJeM37SbpWucJGYoeYX9t4r1k3ldru9Cd02hBrU4=";
  };

  patches = [