Commit 3b5e8616 authored by R. RyanTM's avatar R. RyanTM
Browse files

tgeraser: 1.5.3 -> 1.5.4

parent 3766f4c3
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.3";
  version = "1.5.4";
  pyproject = true;

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

  build-system = [ python3Packages.setuptools ];