Unverified Commit 9c0992c8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gearlever: 2.0.7 -> 2.1.0 (#349980)

parents 6e7d84d0 97c0dab6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

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

  src = fetchFromGitHub {
    owner = "mijorus";
    repo = "gearlever";
    rev = "refs/tags/${version}";
    hash = "sha256-Zp0w6ZJFRV5IANF0sY/n8jqgG+3h9J2eV/dUP+we8PY=";
    hash = "sha256-OpNzJwEjLni/vG1RtRSH29wovMRwKzJn+Vep1vZDEFM=";
  };

  postPatch =