Commit da18afc9 authored by R. RyanTM's avatar R. RyanTM
Browse files

tgeraser: 1.5.1 -> 1.5.3

parent 626452ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "tgeraser";
  version = "1.5.1";
  version = "1.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "en9inerd";
    repo = "tgeraser";
    tag = "v${finalAttrs.version}";
    hash = "sha256-xqims4Xfo7FH5nkq6mffkLhBbfq4lCJW3gBhL8assL8=";
    hash = "sha256-PpqkjXI4bH7paLIRQihAEXByZJPqbkTm52280GLCF/Y=";
  };

  build-system = [ python3Packages.setuptools ];