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

gearlever: 3.3.3 -> 3.3.4 (#424627)

parents 67f04c82 edca9dae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

python3Packages.buildPythonApplication rec {
  pname = "gearlever";
  version = "3.3.3";
  version = "3.3.4";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "mijorus";
    repo = "gearlever";
    tag = version;
    hash = "sha256-IAvUKxXXdHntsksShiWyGuLbKOX+dHsKYQE1UBypV4A=";
    hash = "sha256-n7R4BiNxEy2uL6yg5h/L+l/EiQFTc5uND4ZVdERll08=";
  };

  postPatch =