Commit 4d18bc33 authored by R. RyanTM's avatar R. RyanTM
Browse files

guake: 3.10 -> 3.10.1

parent cce16dbc
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 = [